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 f941d4a commit c83e53dCopy full SHA for c83e53d
.github/workflows/apk-check-versions.yml
@@ -17,6 +17,6 @@ jobs:
17
docker run --pull always -t --user root "leplusorg/${GITHUB_REPOSITORY#*/}:main" sh -c '
18
apk update
19
if apk -u list | tee -a /dev/stderr | grep -q -e . ; then
20
- exit 1 ;
+ exit 1
21
fi
22
'
.github/workflows/luarocks-check-versions.yml
@@ -15,7 +15,7 @@ jobs:
15
shell: bash
16
run: |
- if luarocks list --outdated | tee -a /dev/stderr | grep -q -e '"'"'^lua-resty-openidc$'"'"' ; then \
+ if luarocks list --outdated | tee -a /dev/stderr | grep -q -e '"'"'^lua-resty-openidc$'"'"' ; then
0 commit comments