Skip to content

Commit e2e1b62

Browse files
alucardzomGudahtt
andauthored
chore: update .github/workflows/create-release-pr.yml
Adding a comment about why the github.action_ref should be added as input. Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent 7b60ec0 commit e2e1b62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ on:
4949
required: false
5050
type: string
5151
description: 'The version of github-tools to use. Defaults to main.'
52+
# `action_ref` of the reusable workflow can only be captured as an input parameter default
53+
# value due to a GitHub Actions bug. Context: https://github.com/actions/runner/issues/2473#issuecomment-1776029708
5254
default: ${{ github.action_ref }}
5355
secrets:
5456
github-token:

0 commit comments

Comments
 (0)