Skip to content

Commit

Permalink
Create entrypoint.sh [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
floyd871 authored Feb 28, 2024
1 parent 05fd47f commit 523e6f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello-world-docker-action/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -l

echo "hello $1"

echo "time=$(date)" >> $GITHUB_OUTPUT

0 comments on commit 523e6f9

Please sign in to comment.