Skip to content

Commit 72ebda5

Browse files
committed
ci(bump): override entry point
1 parent 538ab2e commit 72ebda5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apk-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check the versions
1515
shell: bash
1616
run: |
17-
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" /bin/sh -c '
17+
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" -c '
1818
apk update
1919
if apk -u list | tee -a /dev/stderr | grep -q -e . ; then
2020
exit 1

.github/workflows/luarocks-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check the versions
1515
shell: bash
1616
run: |
17-
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" /bin/sh -c '
17+
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" -c '
1818
if luarocks list --outdated | tee -a /dev/stderr | grep -q -e '"'"'^lua-resty-openidc$'"'"' ; then
1919
exit 1
2020
fi

0 commit comments

Comments
 (0)