so you can't use env there
Some checks failed
Y CI / test (push) Successful in 5m32s
Y CI / dependency-submission (push) Successful in 1m4s
Y CI / docker-publish (push) Failing after 1m35s

This commit is contained in:
2024-05-04 12:20:21 +02:00
parent f2091e7369
commit b8190568da

View File

@@ -32,7 +32,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
if: env.ACT!='true'
steps:
- uses: actions/checkout@v4
@@ -41,6 +40,7 @@ jobs:
with:
java-version: "17"
distribution: "zulu"
if: env.ACT!='true'
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
@@ -49,6 +49,7 @@ jobs:
with:
# The gradle project is not in the root of the repository.
build-root-directory: server
if: env.ACT!='true'
docker-publish:
runs-on: ubuntu-latest