Skip to content

Commit 85bebe2

Browse files
committed
🗑️ chore(workflows): remove unused environment variable definitions from auto-merge and CI release sync workflows
1 parent f55c4c4 commit 85bebe2

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

‎.github/workflows/call-auto-merge.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
# any workflow inputs
2222
secrets:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
env:
25-
# any environment variables
24+

‎.github/workflows/call-ci-semantic-release-sync.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ jobs:
2121
# any workflow inputs
2222
secrets:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
env:
25-
# any environment variables

0 commit comments

Comments
 (0)