Skip to content

Commit

Permalink
Fix test version
Browse files Browse the repository at this point in the history
  • Loading branch information
kanga333 committed Apr 2, 2021
1 parent 575bcc7 commit 7f00920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
test-readme-example1:
runs-on: ubuntu-latest
steps:
- uses: kanga333/variable-mapper@v0.1.0
- uses: kanga333/variable-mapper@master
with:
key: "${{github.base_ref}}"
map: |
Expand All @@ -96,7 +96,7 @@ jobs:
test-readme-example2:
runs-on: ubuntu-latest
steps:
- uses: kanga333/variable-mapper@v0.1.0
- uses: kanga333/variable-mapper@master
id: export
with:
key: "${{github.base_ref}}"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: kanga333/variable-mapper@v0.1.0
- uses: kanga333/variable-mapper@master
with:
key: "${{github.base_ref}}"
map: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: kanga333/variable-mapper@v0.1.0
- uses: kanga333/variable-mapper@master
id: export
with:
key: "${{github.base_ref}}"
Expand Down

0 comments on commit 7f00920

Please sign in to comment.