Skip to content

Commit

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

Bump myrotvorets/set-commit-status-action from 1.1.1 to 1.1.2
  • Loading branch information
myrotvorets-team authored May 28, 2021
2 parents 56424ec + d1bead7 commit 98fa1cd
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.1
uses: myrotvorets/set-commit-status-action@1.1.2
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.1
uses: myrotvorets/set-commit-status-action@1.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
Expand Down

0 comments on commit 98fa1cd

Please sign in to comment.