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 cb7b17c commit ee30668Copy full SHA for ee30668
1 file changed
.github/workflows/codex-update.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Check if update is required
24
id: check
25
run: |
26
- if ! npm outdated "$CODEX_PACKAGE"; then
+ if npm outdated "$CODEX_PACKAGE"; then
27
echo "Package is up to date"
28
exit 0
29
fi
0 commit comments