Skip to content

Commit 87734e1

Browse files
authored
Ft/very important feature (#26)
* Trigger build * Trigger build * Fix deploy * Fix build job reference
1 parent 8897643 commit 87734e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

88
jobs:
99
build:
10-
uses: valitydev/base-workflow/.github/workflows/maven-service-build.yml@v2
10+
uses: valitydev/java-workflow/.github/workflows/maven-service-build.yml@v2

.github/workflows/deploy.yml

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

99
jobs:
1010
build-and-deploy:
11-
uses: valitydev/base-workflow/.github/workflows/maven-service-deploy.yml@v2
11+
uses: valitydev/java-workflow/.github/workflows/maven-service-deploy.yml@v2
1212
secrets:
1313
github-token: ${{ secrets.GITHUB_TOKEN }}
1414
mm-webhook-url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}

0 commit comments

Comments
 (0)