Skip to content

WIP

WIP #11

Workflow file for this run

name: Test inputs
on:
push:
branches:
- "*"
jobs:
test:
name: Test inputs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run action
uses: ./
with:
apps: |
appA:
appId: ${{ toJSON(vars.APP_ID_A) }}
privateKey: ${{ toJSON(secrets.APP_PK_A) }}
appB:
appId: ${{ toJSON(vars.APP_ID_B) }}
privateKey: ${{ toJSON(secrets.APP_PK_B) }}
appC:
appId: ${{ toJSON(vars.APP_ID_C) }}
privateKey: ${{ toJSON(secrets.APP_PK_C) }}