Skip to content

Commit

Permalink
check if root
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jan 29, 2024
1 parent 0a6c9ea commit ebeb9fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Check if there was an update to the base image
if: github.event_name != 'schedule'
run: |
whoami
apt-get install jq
bash ${GITHUB_WORKSPACE}/.github/workflows/check_image_update.sh
echo "exitcode=$?" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit ebeb9fc

Please sign in to comment.