Skip to content

test: update now that the repo is public #14

test: update now that the repo is public

test: update now that the repo is public #14

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)
run: |
set -o pipefail --
curl -sSf https://raw.githubusercontent.com/sine-fdn/act/main/act.sh | \
bash -s -- \
-e "https://api.ileap.sine.dev" \
-u ${{secrets.ACT_USER}} \
-p ${{secrets.ACT_PASSWORD}} \