Skip to content

Commit

Permalink
Merge pull request #3 from DantasB/entrypoint
Browse files Browse the repository at this point in the history
Create the mocked entrypoint
  • Loading branch information
DantasB authored Jul 8, 2022
2 parents 4991954 + dc5fe1b commit 8662a9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh -l

echo "The selected programming language was $1! :rocket:"

time=$(date)

echo "::set-output name=time::$time"

0 comments on commit 8662a9d

Please sign in to comment.