Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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 <[email protected]>
  • Loading branch information
alucardzom and Gudahtt authored Jul 11, 2025
commit e2e1b62069819076bb6432486c0f4be34633bdcc
2 changes: 2 additions & 0 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ on:
required: false
type: string
description: 'The version of github-tools to use. Defaults to main.'
# `action_ref` of the reusable workflow can only be captured as an input parameter default
# value due to a GitHub Actions bug. Context: https://github.com/actions/runner/issues/2473#issuecomment-1776029708
default: ${{ github.action_ref }}
secrets:
github-token:
Expand Down
Loading