Skip to content

Commit 95db293

Browse files
authored
fix commit info action path (#86)
1 parent bc4b606 commit 95db293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-swag-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Retrieve commit info
8888
id: commit_info
89-
uses: ./.github/actions/commit-info
89+
uses: valitydev/java-workflow/.github/actions/commit-info@v3
9090

9191
- name: Deploy package
9292
uses: valitydev/[email protected]
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Retrieve commit info
118118
id: commit_info
119-
uses: ./.github/actions/commit-info
119+
uses: valitydev/java-workflow/.github/actions/commit-info@v3
120120

121121
- name: Deploy package
122122
uses: valitydev/[email protected]

.github/workflows/maven-thrift-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Retrieve commit info
4141
id: commit_info
42-
uses: ./.github/actions/commit-info
42+
uses: valitydev/java-workflow/.github/actions/commit-info@v3
4343

4444
- name: Deploy package
4545
uses: valitydev/[email protected]

0 commit comments

Comments
 (0)