We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1c7f1 commit af7e413Copy full SHA for af7e413
.github/workflows/update_cache.yml
@@ -27,7 +27,7 @@ jobs:
27
"build-cache-ck3") game_temp="ck3" ;;
28
*) exit 1 # terminate and indicate error
29
esac
30
- echo "::set-env name=GAME::$game_temp"
+ echo "GAME=$game_temp" >> $GITHUB_ENV
31
- uses: actions/checkout@v1
32
with:
33
ref: ${{ env.GAME }}
0 commit comments