File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: update deploy
22
33on :
44 workflow_run :
5- workflows : [sync from open]
5+ workflows : [sync from open,sync from private ]
66 types :
77 - completed
88
@@ -11,8 +11,6 @@ permissions:
1111
1212jobs :
1313 update_branch :
14- if : |
15- github.event.repository.name == 'staging_open'
1614 name : Merge main into deploy
1715 runs-on : ubuntu-latest
1816 steps :
2725 run : |
2826 git config --global user.name "github-actions[bot]"
2927 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
30- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Sllambias/staging_open
28+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Sllambias/${{ github.event.repository.name }}
3129
3230 - name : Update deployment main
3331 run : |
You can’t perform that action at this time.
0 commit comments