Skip to content

Commit ebecaf8

Browse files
committed
🧹 chore(workflows): remove unused 'with' inputs from auto-merge and CI release sync workflows
1 parent 85bebe2 commit ebecaf8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ on:
1717
jobs:
1818
call-auto-merge:
1919
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
20-
with:
21-
# any workflow inputs
20+
2221
secrets:
2322
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2423

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
jobs:
1818
call-ci-release-sync:
1919
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
20-
with:
21-
# any workflow inputs
20+
2221
secrets:
2322
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)