Skip to content

Commit

Permalink
refactor: update CI workflow to use dev sheet ID
Browse files Browse the repository at this point in the history
  • Loading branch information
anstadnik committed Oct 6, 2023
1 parent 25a03ba commit eb8ae29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
if: github.base_ref == 'main'
# env:
# SHEET_ID:
run: curl -L "docs.google.com/spreadsheets/d/${{ secrets['SHEET_ID_${github.base_ref}'] }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv
# run: curl -L "docs.google.com/spreadsheets/d/${{ secrets['SHEET_ID_${github.base_ref}'] }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv
run: curl -L "docs.google.com/spreadsheets/d/${{ secrets['SHEET_ID_dev'] }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv

# - uses: baptiste0928/cargo-install@v2
# with:
Expand Down

0 comments on commit eb8ae29

Please sign in to comment.