File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ jobs:
113113 uses : repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88
114114 env :
115115 GITHUB_TOKEN : ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
116- CI : true
117116 with :
118117 source_repo : ${{ secrets.SOURCE_REPO }} # https://${access_token}@github.com/github/the-other-repo.git
119118 source_branch : main
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ concurrency:
2020 group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
2121 cancel-in-progress : true
2222
23- env :
24- CI : true
25-
2623jobs :
2724 test :
2825 runs-on : windows-latest
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ concurrency:
2020 group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
2121 cancel-in-progress : true
2222
23- env :
24- CI : true
25-
2623jobs :
2724 test :
2825 # Run on self-hosted if the private repo or ubuntu-latest if the public repo
You can’t perform that action at this time.
0 commit comments