Skip to content

Commit

Permalink
Merge pull request #133 from myrotvorets/dependabot/github_actions/my…
Browse files Browse the repository at this point in the history
…rotvorets/set-commit-status-action-1.1.1

Bump myrotvorets/set-commit-status-action from 1.1.0 to 1.1.1
  • Loading branch information
myrotvorets-team authored May 27, 2021
2 parents 0684639 + 0e82425 commit 73b2559
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 73b2559

Please sign in to comment.