Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at authored Apr 9, 2024
1 parent 4c4d37f commit 6aea46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: check perlsimple container
id: check_perlsimple_container
run: |
check_result="$(docker run --rm -u 0:0 --entrypoint /bin/bash ghcr.io/acdh-oeaw/generic-environment/perlsimple:${{ github.ref_name }} \
check_result="$(docker run --rm -u 0:0 --entrypoint /bin/bash ghcr.io/acdh-oeaw/generic-environments/perlsimple:${{ github.ref_name }} \
-c 'apt-get update >/dev/null; if [ $(apt list --upgradable 2>/dev/null | wc -l) != 1 ]; then echo -n need to upgrade; else echo -n everything fine ; fi')"
echo "$check_result"
echo "check_result=$check_result" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6aea46a

Please sign in to comment.