Skip to content

Commit

Permalink
Merge pull request #1 from ben-z/benz/include-version-in-uses
Browse files Browse the repository at this point in the history
[README Update] Include version in `uses`
  • Loading branch information
ben-z authored Mar 26, 2022
2 parents 7348fd8 + 4c13d65 commit d78591e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up mutex
uses: ben-z/gh-action-mutex
uses: ben-z/gh-action-mutex@v1.0-alpha-2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up mutex
uses: ben-z/gh-action-mutex
uses: ben-z/gh-action-mutex@v1.0-alpha-2
with:
branch: another-mutex
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d78591e

Please sign in to comment.