Skip to content

Commit

Permalink
Merge pull request #18 from kanga333/fix-test
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
kanga333 authored Apr 2, 2021
2 parents 575bcc7 + 7f00920 commit cdae378
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 cdae378

Please sign in to comment.