Skip to content

Commit 5f8bfcc

Browse files
committed
Fix path to setup-copilot action in publish-maven workflow
1 parent a6c0102 commit 5f8bfcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config user.name "github-actions[bot]"
4242
git config user.email "github-actions[bot]@users.noreply.github.com"
4343
44-
- uses: ./.github/setup-copilot
44+
- uses: ./.github/actions/setup-copilot
4545

4646
- name: Set up JDK 21
4747
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)