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 7b60ec0 commit e2e1b62Copy full SHA for e2e1b62
.github/workflows/create-release-pr.yml
@@ -49,6 +49,8 @@ on:
49
required: false
50
type: string
51
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
54
default: ${{ github.action_ref }}
55
secrets:
56
github-token:
0 commit comments