Compare commits
No commits in common. "main" and "v1" have entirely different histories.
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# Container image that runs your code
|
||||
FROM alpine
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
1
entrypoint.sh
Executable file → Normal file
1
entrypoint.sh
Executable file → Normal file
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh -l
|
||||
|
||||
echo "Hello $1"
|
||||
env
|
||||
time=$(date)
|
||||
echo "time=$time" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue