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 7f57963 commit 7dfe47eCopy full SHA for 7dfe47e
.github/workflows/tag-release.yml
@@ -78,7 +78,7 @@ jobs:
78
# GITHUB_TOKEN used by git-cliff and gh-cli
79
GITHUB_TOKEN: ${{ secrets.BUMP_N_RELEASE }}
80
# for git-cliff exclusively
81
- GITHUB_REPO: ${{ github.repository }}
+ GITHUB_REPO: cpp-linter/${{ inputs.project }}
82
GIT_CLIFF_CONFIG: ${{ github.workspace }}/org-repo/.github/cliff.toml
83
INPUTS_COMPONENT: ${{ inputs.component }}
84
working-directory: project-repo
0 commit comments