Skip to content

Trigger GAM

Trigger GAM #11

Workflow file for this run

name: Trigger GAM
on:
# schedule:
# - cron: '0 12 * * 5' # Runs every Friday at 12:00 PM UTC
workflow_dispatch: {}
jobs:
trigger-gam:
uses: red-hat-data-services/Gated-Auto-Merger/.github/workflows/Gated-Auto-Merger.yaml@main

Check failure on line 13 in .github/workflows/trigger-gam.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-gam.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger-gam.yaml" -> "red-hat-data-services/Gated-Auto-Merger/.github/workflows/Gated-Auto-Merger.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
component: "Dashboard" # only acceps inputs from the github context and the “needs” object
print-gam-execution-metadata:
needs: trigger-gam
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: metadata_file
- name: Print GAM Execution Metadata
run: cat metadata.yaml