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 0830814 commit bb104f6Copy full SHA for bb104f6
.github/workflows/update_pr_copyright_years.yml
@@ -142,8 +142,8 @@ jobs:
142
env:
143
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
144
USER_NAME: stdlb-bot
145
- BRANCH_NAME: ${{ inputs.branch }}
146
- REPO_NAME: ${{ inputs.repository }}
+ BRANCH_NAME: ${{ steps.pr-details.outputs.branch }}
+ REPO_NAME: ${{ steps.pr-details.outputs.repository }}
147
run: |
148
git config --local user.email "82920195+stdlib-bot@users.noreply.github.com"
149
git config --local user.name "stdlib-bot"
0 commit comments