Trigger GAM #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/trigger-gam.yamlInvalid workflow file
|
||
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 |