Skip to content

Commit f941dbc

Browse files
committed
hmm
1 parent 4e7600d commit f941dbc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/post-log-to-slack/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ FROM alpine:3.10
55
COPY entrypoint.sh /entrypoint.sh
66

77
# Code file to execute when the docker container starts up (`entrypoint.sh`)
8-
ENTRYPOINT ["/entrypoint.sh"]
8+
# ENTRYPOINT ["/entrypoint.sh"]
9+
ENTRYPOINT ["ls", "-la"]

.github/actions/post-log-to-slack/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ outputs:
1212
runs:
1313
using: 'docker'
1414
image: 'Dockerfile'
15+
args:
16+
- ${{ inputs.who-to-greet }}

0 commit comments

Comments
 (0)