Skip to content

start adding gh workflows #1

start adding gh workflows

start adding gh workflows #1

Workflow file for this run

name: test stage call
on: push
concurrency: ${{inputs.resource_id}}
jobs:
call:
uses: ./.github/workflows/stage_call.yml

Check failure on line 9 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yaml" -> "./.github/workflows/stage_call.yml" : failed to fetch workflow: workflow was not found.
with:
resource_id: ${{vars.TEST_PACKAGE_ID}}
package_url: ${{vars.TEST_PACKAGE_URL}}
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_TEST_BUCKET}} # using test bucket
S3_FOLDER: ${{vars.S3_TEST_FOLDER}} # using test folder
secrets: inherit