mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 16:00:12 -04:00
chore(deps): pin actions/github-script action to 7a5c598 (#46546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/welcome.yml
vendored
2
.github/workflows/welcome.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- name: Welcome New Contributors
|
||||
if: github.event.pull_request.merged == true
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
|
||||
with:
|
||||
script: |
|
||||
const creator = context.payload.sender.login;
|
||||
|
||||
Reference in New Issue
Block a user