Skip to content

Commit

Permalink
πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 28, 2023
1 parent cff972c commit 96f4b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-api-export-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# run export_tasks.py and store output
- id: export_tasks
run: echo "payload='$(python export_tasks.py)'" >> $GITHUB_ENV
run: echo "payload='$(python scripts/export_tasks.py)'" >> $GITHUB_ENV

- name: Debug
run: echo "${{ steps.export_tasks.outputs.payload }}"
Expand Down

0 comments on commit 96f4b3f

Please sign in to comment.