Skip to content

Commit

Permalink
Attempted to trigger another workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchoff committed Jul 25, 2024
1 parent 458dbab commit 0e4a488
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/merge-forward 3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ jobs:
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/mbuchoff/automerge.git
git push origin
- name: Trigger Secondary Workflow on Different Branch
uses: benc-uk/workflow-dispatch@v1
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
workflow: merge-forward 2.yml
token: ${{ secrets.GITHUB_TOKEN }}
ref: release/2 # Specify the target branch here

0 comments on commit 0e4a488

Please sign in to comment.