Skip to content

Commit 541b8e4

Browse files
committed
Improve comment
1 parent a1212db commit 541b8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rollback-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Checkout repository
4343
uses: actions/checkout@v5
4444
with:
45-
# We usually expect to checkout `inputs.rollback-tag`, but use
46-
# `needs.prepare.outputs.latest_tag` for testing.
45+
# We usually expect to checkout `inputs.rollback-tag` (required for `workflow_dispatch`),
46+
# but use `needs.prepare.outputs.latest_tag` for testing.
4747
ref: ${{ inputs.rollback-tag || needs.prepare.outputs.latest_tag }}
4848
fetch-depth: 0 # Need full history for calculation of diffs
4949

0 commit comments

Comments
 (0)