Skip to content

Commit

Permalink
Fix yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
aelnosu committed Jul 25, 2024
1 parent 24f92ae commit a2cfd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "{\"token\":\"${{ secrets.TOKEN }}\"}" > secrets.json
echo $GOOGLE > google_credentials.json
echo $CONFIG > config.json
env:
env:
GOOGLE: ${{ secrets.GOOGLE }}
CONFIG: ${{ vars.CONFIG }}
- name: Pull submodule
Expand Down

0 comments on commit a2cfd37

Please sign in to comment.