Skip to content

Commit 2c60d56

Browse files
committed
🔧 chore(workflows): remove unused workflow input sections from auto-merge and CI release sync workflows
1 parent 8cefded commit 2c60d56

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

‎.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
env:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ 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 }}
2423
env:

0 commit comments

Comments
 (0)