Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Nov 28, 2023
1 parent 771e732 commit fbcdd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_to_dune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Update all queries from Dune
env:
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
run: python -u github_workflows/update_to_dune.py
run: python -u scripts/update_to_dune.py

- name: Print name
run: echo "Hello ${{ secrets.ENV_TEST }}"

0 comments on commit fbcdd0e

Please sign in to comment.