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.
1 parent aa09a35 commit 042d520Copy full SHA for 042d520
1 file changed
.github/workflows/maven-check-versions.yml
@@ -12,18 +12,12 @@ jobs:
12
maven-check-versions:
13
runs-on: ubuntu-latest
14
steps:
15
- - name: Set IMAGE
16
- shell: bash
17
- run: |
18
- set -euo pipefail
19
- IFS=$'\n\t'
20
- echo "IMAGE=${GITHUB_REPOSITORY#*/docker-}" >> "${GITHUB_ENV}"
21
- name: Set MAVEN_CLI_OPTS
22
shell: bash
23
run: |
24
set -euo pipefail
25
IFS=$'\n\t'
26
- echo "MAVEN_CLI_OPTS=-f ${IMAGE}/pom.xml" >> "${GITHUB_ENV}"
+ echo "MAVEN_CLI_OPTS=-f ${GITHUB_REPOSITORY#*/docker-}/pom.xml" >> "${GITHUB_ENV}"
27
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
with:
29
fetch-depth: 1
0 commit comments