We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d4bd6 commit cd57f71Copy full SHA for cd57f71
.github/workflows/sync.yaml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
run:
13
if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
14
- uses: rees46/workflow/.github/workflows/reusable-ios-synchronization.yaml@master
+ uses: rees46/workflow/.github/workflows/reusable-ios-synchronization.yaml@feat/ios-sync
15
permissions: write-all
16
secrets:
17
token: ${{ secrets.JADE_SMITH_BOT_TOKEN }}
0 commit comments