This commit is contained in:
Sahil Ahuja 2025-03-06 23:07:50 +05:30
parent 5d6a43a007
commit edeaa7f7c0

View File

@ -22,7 +22,7 @@ jobs:
SHA=${{ github.sha }}; BRANCH_NAME=${{ github.base_ref || github.ref_name }};
BUILD_ID=$BRANCH_NAME-${SHA:0:8};
REPO=${{ github.repository }};
echo "REPO=$REPO" >> $GITHUB_OUTPUT";
echo "REPO=$REPO" >> "$GITHUB_OUTPUT";
echo "TAG=$BUILD_ID" >> "$GITHUB_OUTPUT";
- name: Print repo and tag