Skip to content

Commit

Permalink
Merge pull request #3674 from sever-sever/T6415-sag-stm
Browse files Browse the repository at this point in the history
T6415: Add action repo-sync for sagitta-stream
  • Loading branch information
c-po authored Jun 17, 2024
2 parents 74bbcce + 2bb4b06 commit 985af71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Repo-sync
name: Repo-sync sagitta-stream

on:
pull_request_target:
types:
- closed
branches:
- sagitta
- sagitta-stream
workflow_dispatch:

jobs:
trigger-sync:
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@sagitta
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@sagitta-stream
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
Expand Down

0 comments on commit 985af71

Please sign in to comment.