Skip to content

Commit

Permalink
Fix another rookie mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Aug 29, 2024
1 parent 1f2ff57 commit 7036339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion githubActions/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const JUST_COMMAND = process.env.INPUT_COMMAND;
const script = `
set -x
just prefer ${CONTAINER_ENGINE}
rc=$(just ${JUST_COMMAND})
just ${JUST_COMMAND}
rc=$?
if [ "$rc" != '0' ]; then
just logs
fi
Expand Down

0 comments on commit 7036339

Please sign in to comment.