Skip to content

Commit

Permalink
Removed colon
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 1, 2024
1 parent a630e55 commit 5462d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "Branch name: branch_name=${base_ref#refs/heads/}"
echo "branch_name=${base_ref#refs/heads/}" >> "$GITHUB_OUTPUT"
elif [ "${{ github.ref_type }}" == "branch" ]; then
echo "branch_name=:${GITHUB_REF##*/}" >> "$GITHUB_OUTPUT"
echo "branch_name=${GITHUB_REF##*/}" >> "$GITHUB_OUTPUT"
fi
build:
Expand Down

0 comments on commit 5462d97

Please sign in to comment.