Skip to content

Commit 6f2170e

Browse files
authored
Remove duplicate CI env vars from Actions workflows (#23921)
1 parent c69557a commit 6f2170e

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/repo-sync.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/test-windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
2623
jobs:
2724
test:
2825
runs-on: windows-latest

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
2623
jobs:
2724
test:
2825
# Run on self-hosted if the private repo or ubuntu-latest if the public repo

0 commit comments

Comments
 (0)