Skip to content

Commit 2115824

Browse files
committed
🔧 fix(workflows): update 'uses' paths to ensure correct workflow references
1 parent c6bba2e commit 2115824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
call-auto-merge:
23-
uses: .github/workflows/auto-merge.yml
23+
uses: ./.github/workflows/auto-merge.yml
2424
# uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
2525
# uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e
2626
# secrets:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
call-ci-release-sync:
23-
uses: .github/workflows/ci-semantic-release-sync.yml
23+
uses: ./.github/workflows/ci-semantic-release-sync.yml
2424
# uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
2525
# uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e
2626
# No secrets block needed for GITHUB_TOKEN

0 commit comments

Comments
 (0)