Skip to content

Commit

Permalink
test: update now that the repo is public
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitgeist committed Jul 29, 2024
1 parent 2fae2eb commit f461e7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/act-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run ACT (test)
env:
ARCH: "x86-64"
run: |
set -o pipefail --
curl -sSf https://raw.githubusercontent.com/sine-fdn/act/main/act.sh?token=${{secrets.ACT_TOKEN}} | \
curl -sSf https://raw.githubusercontent.com/sine-fdn/act/main/act.sh | \
bash -s -- \
-e "https://api.ileap.sine.dev" \
-u ${{secrets.ACT_USER}} \
Expand Down

0 comments on commit f461e7e

Please sign in to comment.