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 251bc8d commit 0326380Copy full SHA for 0326380
.github/workflows/release-branch.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Find GitHub username by email
48
id: find_user
49
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
50
with:
51
script: |
52
const email = process.env['AUTHOR_EMAIL'] || '${{ steps.last_author.outputs.author_email }}';
0 commit comments