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 72ebda5 commit e4422dcCopy full SHA for e4422dc
.github/workflows/luarocks-check-versions.yml
@@ -15,7 +15,7 @@ jobs:
15
shell: bash
16
run: |
17
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" -c '
18
- 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 " < " ; then
19
exit 1
20
fi
21
'
0 commit comments