Skip to content

Commit

Permalink
Still learning the ropes
Browse files Browse the repository at this point in the history
  • Loading branch information
thereisnotime committed May 28, 2023
1 parent edac470 commit 71ed588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -l

echo "Hello $1"
echo "Hello there $1"
time=$(date)
echo "time=$time" >> $GITHUB_OUTPUT
echo "time=$time" >>$GITHUB_OUTPUT

0 comments on commit 71ed588

Please sign in to comment.