We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf3a58 commit 9635099Copy full SHA for 9635099
Dockerfile
@@ -4,6 +4,5 @@ FROM ghcr.io/axway-api-management-plus/apimcli:1.14.7
4
# Copies your code file from your action repository to the filesystem path `/` of the container
5
COPY entrypoint.sh /entrypoint.sh
6
7
-
8
# Code file to execute when the docker container starts up (`entrypoint.sh`)
9
ENTRYPOINT ["/entrypoint.sh"]
entrypoint.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh -l
2
3
-echo "Hello $1"
+echo "$1"
time=$(date)
echo "time=$time" >> $GITHUB_OUTPUT
0 commit comments