Skip to content

Commit

Permalink
Bump myrotvorets/set-commit-status-action from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases)
- [Commits](myrotvorets/set-commit-status-action@1.1.0...1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 25, 2021
1 parent 0684639 commit 0e82425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
registry_url: https://npm.pkg.github.com/
steps:
- name: Set commit status to PENDING
uses: myrotvorets/set-commit-status-action@1.1.0
uses: myrotvorets/set-commit-status-action@1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending
Expand All @@ -100,7 +100,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets[matrix.secret] }}

- name: Set final commit status
uses: myrotvorets/set-commit-status-action@1.1.0
uses: myrotvorets/set-commit-status-action@1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
Expand Down

0 comments on commit 0e82425

Please sign in to comment.