Skip to content

Commit

Permalink
Fix args in composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Nov 23, 2024
1 parent eb0c7c1 commit 7ec061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/taskcluster-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: bash
run: |
pip install requests
${{ github.action_path }}/await-taskcluster-status.py -t 3600 ${{ inputs.task-id }} | tee ${{ runner.temp }}/taskcluster-job-status.json
${{ github.action_path }}/await-taskcluster-status.py -t 3600 ${{ inputs.taskid }} | tee ${{ runner.temp }}/taskcluster-job-status.json
echo run-id=$(jq '.runs[] | select(.state == "completed").runId' ${{ runner.temp }}/taskcluster-job-status.json) >> $GITHUB_OUTPUT
- name: Download build artifact
Expand Down

0 comments on commit 7ec061f

Please sign in to comment.