We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c73acf commit cc01f42Copy full SHA for cc01f42
.github/workflows/snapshot.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
if: |
11
!contains(github.event.head_commit.message, '[ciskip]')
12
- uses: nanite/workflows/.github/workflows/base-java.yml@v1
+ uses: nanite/workflows/.github/workflows/base-java.yml@v1.1
13
secrets:
14
nanite-token: ${{ secrets.NANITE_DEPLOY }}
15
with:
0 commit comments