Update .github/workflows/data.yml

Co-Authored-By: Marcin Rataj <lidel@lidel.org>
This commit is contained in:
Andrew Nesbitt 2020-04-20 10:26:20 +01:00 committed by GitHub
parent 29a9c89d0e
commit 81c36441e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ jobs:
npm run build
- name: Push changes
if: success()
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}