Skip to content

Commit

Permalink
Merge pull request #525 from DestinyItemManager/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/github-script-7.0.1

Bump actions/github-script from 6.3.3 to 7.0.1
  • Loading branch information
delphiactual authored Dec 4, 2023
2 parents 92e1b6d + c242d2e commit 63f0f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Fail the Build w/ Note
if: steps.data.outputs.changed == 'true' && env.fork_pr
uses: actions/github-script@v6.3.3
uses: actions/github-script@v7.0.1
with:
script: |
core.setFailed('Please run `pnpm generate-data`')

0 comments on commit 63f0f1a

Please sign in to comment.