Fix
This commit is contained in:
parent
298c951b19
commit
5d6a43a007
5
.github/workflows/cs-update-trigger.yml
vendored
5
.github/workflows/cs-update-trigger.yml
vendored
@ -21,10 +21,11 @@ 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";
|
||||
REPO=${{ github.repository }};
|
||||
echo "REPO=$REPO" >> $GITHUB_OUTPUT";
|
||||
echo "TAG=$BUILD_ID" >> "$GITHUB_OUTPUT";
|
||||
|
||||
- name: Print repo and build_id
|
||||
- name: Print repo and tag
|
||||
run: |
|
||||
echo "REPO: ${{ steps.get-id.outputs.REPO }}";
|
||||
echo "TAG: ${{ steps.get-id.outputs.TAG }}";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user