Merge pull request #2555 from dalf/fix-github-data-update

[fix] fix github action data-update.yml
pull/1/head
Alexandre Flament 4 years ago committed by GitHub
commit f03ad0a3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ jobs:
updateData:
name: Update data
runs-on: ubuntu-20.04
if: env.DATA_PR_TOKEN != null
if: secrets.DATA_PR_TOKEN != null
steps:
- name: Checkout
uses: actions/checkout@v2

Loading…
Cancel
Save