Skip to content

Commit

Permalink
fix notice
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Oct 10, 2023
1 parent eda6d9a commit 28a6c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/checkout-head/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
fi
if git ls-remote --exit-code --heads "https://github.com/$REPOSITORY.git" "$ref"; then
echo "::notice::Checkout: using $ref for $REPOSITORY"
echo "::notice ::Checkout Head: using $ref for $REPOSITORY"
echo "ref=$ref" >> "$GITHUB_OUTPUT"
else
baseref="main"
Expand All @@ -49,7 +49,7 @@ runs:
baseref="$GITHUB_BASE_REF"
fi
fi
echo "::notice::Checkout: $REPOSITORY does not have the head ref $ref, using base $baseref"
echo "::notice ::Checkout Head: $REPOSITORY does not have the head ref $ref, using base $baseref"
echo "ref=$baseref" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 28a6c5f

Please sign in to comment.