We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1212db commit 541b8e4Copy full SHA for 541b8e4
.github/workflows/rollback-release.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Checkout repository
43
uses: actions/checkout@v5
44
with:
45
- # We usually expect to checkout `inputs.rollback-tag`, but use
46
- # `needs.prepare.outputs.latest_tag` for testing.
+ # We usually expect to checkout `inputs.rollback-tag` (required for `workflow_dispatch`),
+ # but use `needs.prepare.outputs.latest_tag` for testing.
47
ref: ${{ inputs.rollback-tag || needs.prepare.outputs.latest_tag }}
48
fetch-depth: 0 # Need full history for calculation of diffs
49
0 commit comments