Skip to content

Commit

Permalink
Update fork-maintenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cemberk authored Sep 18, 2024
1 parent f50f457 commit 2841f4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fork-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
runs-on: self-hosted
steps:
- name: Fork Maintenance System
uses: Cemberk/Fork-Maintenance-System@dockerV2
uses: Cemberk/Fork-Maintenance-System@dockerV2_conflict
with:
github_token: ${{ secrets.CRED_TOKEN }}
upstream_repo: "https://github.com/huggingface/transformers"
schedule_json: |
{
"upstream_main_branch": "main",
"upstream_release_branch": "v4.43-release",
"downstream_main_branch": "upstream_sync_test",
"downstream_testing_branch": "rocm6.3_testing_rel4.43_test",
"downstream_develop_branch": "develop_test",
"downstream_main_branch": "upstream_sync_test_2",
"downstream_testing_branch": "rocm6.3_testing_rel4.43_test_2",
"downstream_develop_branch": "develop_test_2",
"commits": [
"731f0308bb0a2796e28b68664f4ed050eab6dbfd",
"0c1b311bff616a4faf214461584a758fbab14a6f",
Expand Down

0 comments on commit 2841f4f

Please sign in to comment.