Skip to content

Commit

Permalink
Merge pull request #5 from arma-actions/test
Browse files Browse the repository at this point in the history
Output GITHUB_ACTION_REF on action start
  • Loading branch information
veteran29 authored Mar 15, 2022
2 parents b4d9951 + b0ce354 commit e80cfb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -eu

echo "Action ref: $GITHUB_ACTION_REF"

repo=`pwd`
export HOME=/home/steam
cd $STEAMCMDDIR
Expand Down

0 comments on commit e80cfb7

Please sign in to comment.