We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
1 parent 305b08e commit dbb771cCopy full SHA for dbb771c
.github/workflows/push.yml
@@ -12,6 +12,9 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
+ - uses: actions/checkout@v5
16
+ with:
17
+ show-progress: false
18
- uses: spring-io/spring-gradle-build-action@v2
19
with:
20
java-version: 17
.github/workflows/release.yml
@@ -9,6 +9,9 @@ jobs:
9
name: 'Build'
10
runs-on: 'ubuntu-latest'
11
0 commit comments