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 5e44696 + f35bd6a commit 24c987d
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 @@ -81,7 +81,7 @@ jobs:
registry_url: https://npm.pkg.github.com/
steps:
- name: Set commit status to PENDING
uses: myrotvorets/[email protected].0
uses: myrotvorets/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending
Expand All @@ -108,7 +108,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets[matrix.secret] }}

- name: Set final commit status
uses: myrotvorets/[email protected].0
uses: myrotvorets/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
Expand Down

0 comments on commit 24c987d

Please sign in to comment.