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 95a2c81 commit 15f73f1Copy full SHA for 15f73f1
.github/workflows/release-branch.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Find GitHub username by email
44
id: find_user
45
- uses: actions/github-script@v7
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
46
with:
47
script: |
48
const email = process.env['AUTHOR_EMAIL'] || '${{ steps.last_author.outputs.author_email }}';
0 commit comments