Skip to content

Commit c0e6657

Browse files
committed
Test shared build Action.
1 parent fd9c82e commit c0e6657

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Gradle Check
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request_target:
8+
types: [ opened, synchronize ]
9+
10+
jobs:
11+
build:
12+
uses: sava-software/sava-build/.github/workflows/build.yml@main
13+
secrets:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- run: printf "org.gradle.java.home=%s" "$JAVA_HOME" > gradle.properties
5959
if: ${{ vars.GRADLE_JAVA_VERSION == steps.java-version.outputs.java-version }}
6060

61-
- name: Github Packages
61+
- name: Publish Packages
6262
run: |
6363
printf "\norg.gradle.java.installations.paths=%s" "$JAVA_HOME" >> gradle.properties
6464
java --version

0 commit comments

Comments
 (0)