Skip to content

Commit

Permalink
maybe fix stage outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Feb 21, 2024
1 parent d7ebcab commit 803d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install -r requirements.txt
- name: stage
- id: stage
run: |
python scripts/stage.py "${{ inputs.resource_id }}" "${{ inputs.package_url }}"
Expand Down

0 comments on commit 803d5c6

Please sign in to comment.