Skip to content

Commit

Permalink
adding GAM
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Jul 5, 2024
1 parent 00d7619 commit 7907746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Gated-Auto-Merger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
shell: bash
id: trigger_gam
run: |
cd main
python src/main.py --component ${{ github.event.inputs.component }}
echo "inside main"
pwd
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: metadata
branch: metadata
message: "Adding metadata.yaml for execution-id ${{ steps.copy_meta.outputs.EXECUTION_ID }}"
repository: red-hat-data-services/Gated-Auto-Merger

0 comments on commit 7907746

Please sign in to comment.