Skip to content

(PA-7608) test artifactory #408

(PA-7608) test artifactory

(PA-7608) test artifactory #408

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@twingate_artifactory"

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@twingate_artifactory" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: "inherit"
with:
runs_on: "ubuntu-24.04"