mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
Merge pull request #116 from catthehacker/patch-1
ci: switch act to use latest instead of master
This commit is contained in:
commit
ea25556f17
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -120,6 +120,6 @@ jobs:
|
|||
- uses: actions/setup-go@v2.1.4
|
||||
with:
|
||||
go-version: '^1.16'
|
||||
- run: go install github.com/nektos/act@master
|
||||
- run: go install github.com/nektos/act@latest
|
||||
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
|
||||
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
|
||||
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
|
||||
|
|
Loading…
Reference in a new issue