Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Mar 2, 2025
1 parent 33470a6 commit ab374bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::error ::Found run $run_id but its conclusion was $(echo "$run_info" | jq '.[].conclusion')"
exit 1
fi
run: echo "run_id=$run_id" >> "$GITHUB_OUTPUT"
echo "run_id=$run_id" >> "$GITHUB_OUTPUT"
env:
RUN_REF: ${{ github.event.inputs.base_ref }}

Expand Down

0 comments on commit ab374bf

Please sign in to comment.