We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7600d commit f941dbcCopy full SHA for f941dbc
.github/actions/post-log-to-slack/Dockerfile
@@ -5,4 +5,5 @@ FROM alpine:3.10
5
COPY entrypoint.sh /entrypoint.sh
6
7
# Code file to execute when the docker container starts up (`entrypoint.sh`)
8
-ENTRYPOINT ["/entrypoint.sh"]
+# ENTRYPOINT ["/entrypoint.sh"]
9
+ENTRYPOINT ["ls", "-la"]
.github/actions/post-log-to-slack/action.yml
@@ -12,3 +12,5 @@ outputs:
12
runs:
13
using: 'docker'
14
image: 'Dockerfile'
15
+ args:
16
+ - ${{ inputs.who-to-greet }}
0 commit comments