Skip to content

Commit

Permalink
fup
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-almasi committed Dec 8, 2024
1 parent cf5f5ca commit acd441c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:

- name: Issue warnings for Beta or Nightly fails
if: failure() && matrix.rust != 'stable'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.createComment({
owner: context.repo.owner,
Expand Down

0 comments on commit acd441c

Please sign in to comment.