Skip to content

Commit af7e413

Browse files
authored
Update update_cache.yml
1 parent 0e1c7f1 commit af7e413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
"build-cache-ck3") game_temp="ck3" ;;
2828
*) exit 1 # terminate and indicate error
2929
esac
30-
echo "::set-env name=GAME::$game_temp"
30+
echo "GAME=$game_temp" >> $GITHUB_ENV
3131
- uses: actions/checkout@v1
3232
with:
3333
ref: ${{ env.GAME }}

0 commit comments

Comments
 (0)