Skip to content

Commit

Permalink
Fix typo in CI workflow (#570)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Aug 12, 2024
1 parent 939502d commit e12baca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_run-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
else
CHECKOUT_REF=${{ github.ref }}
fi
echo "CHECHOUT_REF=${CHECKOUT_REF}" >> $GITHUB_OUTPUT
echo "CHECKOUT_REF=${CHECKOUT_REF}" >> $GITHUB_OUTPUT
echo "checkout ref ${CHECKOUT_REF}"
- name: Checkout out Repo
Expand Down

0 comments on commit e12baca

Please sign in to comment.