Skip to content

chore: update curl command on readme and action #21

chore: update curl command on readme and action

chore: update curl command on readme and action #21

Workflow file for this run

on: push
jobs:
act_test:
name: ACT Test
runs-on: ubuntu-latest
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}} | \
bash -s -- test \
-e "https://api.ileap.sine.dev" \
-u ${{secrets.ACT_USER}} \
-p ${{secrets.ACT_PASSWORD}} \