mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 03:04:00 -05:00
chore(deps): update actions/github-script digest to d50f485
This commit is contained in:
2
.github/workflows/autoclose.yml
vendored
2
.github/workflows/autoclose.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
autoclose:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
|
||||
- uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
||||
2
.github/workflows/i18n-prs.yml
vendored
2
.github/workflows/i18n-prs.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Create Comment
|
||||
# Run if the validate challenge files step fails, specifically. Note that we need the failure() call for this step to trigger if the action fails.
|
||||
if: ${{ failure() && steps.validate.conclusion == 'failure' }}
|
||||
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
|
||||
uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6
|
||||
with:
|
||||
github-token: ${{secrets.CAMPERBOT_NO_TRANSLATE}}
|
||||
script: |
|
||||
|
||||
2
.github/workflows/no-prs-to-translation.yml
vendored
2
.github/workflows/no-prs-to-translation.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
has-translation:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
|
||||
- uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6
|
||||
with:
|
||||
github-token: ${{secrets.CAMPERBOT_NO_TRANSLATE}}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user