Skip to content

Commit

Permalink
Create the mocked entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DantasB committed Jul 8, 2022
1 parent e124b11 commit dc5fe1b
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 dc5fe1b

Please sign in to comment.