We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b44db commit 562c08dCopy full SHA for 562c08d
.github/workflows/build-and-deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
dry = keywords.any? { |kw| branch.include?(kw) } ? '' : '--dry-run'
24
puts "dry_run=#{dry}"
25
RUBY
26
- - uses: DanySK/build-check-deploy-gradle-action@4.0.3
+ - uses: DanySK/build-check-deploy-gradle-action@4.0.21
27
with:
28
# Dry-deployment
29
deploy-command: >-
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/setup-node@v6.1.0
70
71
node-version-file: package.json
72
73
74
retries-on-failure: '1'
75
build-command: true
0 commit comments