Skip to content

Reference to main yml in Basismodul #344

Reference to main yml in Basismodul

Reference to main yml in Basismodul #344

Workflow file for this run

name: Use Tool Update Workflow
# Controls when the action will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
paths:
- 'Resources/**'
branches-ignore:
- 'main**'
pull_request:
branches:
- 'main**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-tool-update:
uses: gematik/spec-isik-basismodul/.github/workflows/main.yml@main-stufe-4

Check failure on line 21 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "gematik/spec-isik-basismodul/.github/workflows/main.yml@main-stufe-4" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
WORKFLOW_PERMISSION_GITHUB: ${{ secrets.WORKFLOW_PERMISSION_GITHUB }}