Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-10-10 10:30:51 +00:00
commit 11017da282

View File

@ -77,7 +77,7 @@ jobs:
- name: Get tag
id: get-tag
run: |
if ["${{ inputs.pr_number }}" != ""]; then
if [ "${{ inputs.pr_number }}" != "" ]; then
echo "tag=pr-${{ inputs.pr_number }}" >> "$GITHUB_OUTPUT"
else
echo "tag=${{ github.head_ref || github.ref_name }}" >> "$GITHUB_OUTPUT"