Skip to content

Commit 9635099

Browse files
author
rathnapandi
committed
- Mount volume
1 parent bbf3a58 commit 9635099

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ FROM ghcr.io/axway-api-management-plus/apimcli:1.14.7
44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh
66

7-
87
# Code file to execute when the docker container starts up (`entrypoint.sh`)
98
ENTRYPOINT ["/entrypoint.sh"]

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh -l
22

3-
echo "Hello $1"
3+
echo "$1"
44
time=$(date)
55
echo "time=$time" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)