We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5315c85 commit c5e83e5Copy full SHA for c5e83e5
.github/workflows/test.yml
@@ -117,6 +117,5 @@ jobs:
117
runs-on: ${{ matrix.os }}
118
steps:
119
- uses: actions/checkout@v2.4.0
120
- - name: Setup act
121
- uses: actionsflow/setup-act-for-actionsflow@v1
122
- - run: act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build
+ - run: go install github.com/nektos/act@latest
+ - run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build
0 commit comments