We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d622cc commit 77ef352Copy full SHA for 77ef352
.github/workflows/build-and-deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: DanySK/action-checkout@0.2.22
16
- - uses: DanySK/build-check-deploy-gradle-action@4.0.1
+ - uses: DanySK/build-check-deploy-gradle-action@4.0.21
17
with:
18
# Dry-deployment
19
check-command: ./gradlew build --parallel
@@ -54,7 +54,7 @@ jobs:
54
uses: actions/setup-node@v4.4.0
55
56
node-version-file: package.json
57
58
59
retries-on-failure: '1'
60
build-command: true
0 commit comments