Skip to content

Commit

Permalink
Use main branch action
Browse files Browse the repository at this point in the history
  • Loading branch information
kendal committed May 23, 2024
1 parent 630844d commit 5d96761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron-sync-bcny-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
private-key: ${{ secrets.FORK_SYNCER_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: analytics-swift
- uses: thebrowsercompany/gha-sync-fork@73f382706ed07f29b97b055031e69e7beb6c1795
- uses: thebrowsercompany/gha-sync-fork@main
with:
fork_repo: thebrowsercompany/analytics-swift
fork_branch: develop
Expand All @@ -39,7 +39,7 @@ jobs:
private-key: ${{ secrets.FORK_SYNCER_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: firebase-cpp-sdk
- uses: thebrowsercompany/gha-sync-fork@73f382706ed07f29b97b055031e69e7beb6c1795
- uses: thebrowsercompany/gha-sync-fork@main
with:
fork_repo: thebrowsercompany/firebase-cpp-sdk
fork_branch: compnerd/swift
Expand All @@ -58,7 +58,7 @@ jobs:
private-key: ${{ secrets.FORK_SYNCER_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: swift-eventsource
- uses: thebrowsercompany/gha-sync-fork@73f382706ed07f29b97b055031e69e7beb6c1795
- uses: thebrowsercompany/gha-sync-fork@main
with:
fork_repo: thebrowsercompany/swift-eventsource
fork_branch: main-bcny
Expand Down

0 comments on commit 5d96761

Please sign in to comment.