Skip to content

Commit

Permalink
update to script v7
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Apr 16, 2024
1 parent 2fcb3c8 commit fc39eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
--alias=${{ env.netalias }} \
--dir=${{ env.hugobd }}
- uses: actions/github-script@v6
- uses: actions/github-script@v7
name: "Notify about build failure"
if: ${{ failure() }}
with:
Expand All @@ -178,7 +178,7 @@ jobs:
body: 'Test build failed :sob: [Check out the build logs](https://github.com/rladies/rladies.github.io/actions/runs/${{ github.run_id }}).
})
- uses: actions/github-script@v6
- uses: actions/github-script@v7
name: "Notify about build preview"
with:
github-token: ${{ env.token }}
Expand Down

0 comments on commit fc39eb5

Please sign in to comment.