Does string interpolation work?

This commit is contained in:
Alex Crichton 2019-08-14 12:32:44 -07:00
parent 23941da930
commit 2a7d5ed5b8

View File

@ -48,8 +48,7 @@ jobs:
git init
git add .
git -c user.name='ci' -c user.email='ci' commit -m init
git push -f -q https://git:$GITHUB_TOKEN@github.com/$REPOSITORY HEAD:gh-pages
git push -f -q https://git:$GITHUB_TOKEN@github.com/${{ github.repository }} HEAD:gh-pages
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
REPOSITORY: ${{ github.repository }}