This commit is contained in:
Sahil Ahuja 2025-03-06 22:59:35 +05:30
parent 7cc7edaee6
commit 88ab0abceb

View File

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