Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed May 18, 2021
1 parent 4adcc13 commit 01eef79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
# Latest release: hata6502/zx-script-action@v1.6.0
# Latest release: hata6502/zx-script-action@v1.7.0
- uses: hata6502/zx-script-action@main
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: composite
steps:
- run: |
npx zx@1.6.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
npx zx@1.7.0 << "1d18af1b-6aa5-0661-b706-4fab507ae7b0"
${{inputs.script}}
1d18af1b-6aa5-0661-b706-4fab507ae7b0
shell: bash

0 comments on commit 01eef79

Please sign in to comment.