Fix
This commit is contained in:
parent
5d6a43a007
commit
edeaa7f7c0
2
.github/workflows/cs-update-trigger.yml
vendored
2
.github/workflows/cs-update-trigger.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
SHA=${{ github.sha }}; BRANCH_NAME=${{ github.base_ref || github.ref_name }};
|
SHA=${{ github.sha }}; BRANCH_NAME=${{ github.base_ref || github.ref_name }};
|
||||||
BUILD_ID=$BRANCH_NAME-${SHA:0:8};
|
BUILD_ID=$BRANCH_NAME-${SHA:0:8};
|
||||||
REPO=${{ github.repository }};
|
REPO=${{ github.repository }};
|
||||||
echo "REPO=$REPO" >> $GITHUB_OUTPUT";
|
echo "REPO=$REPO" >> "$GITHUB_OUTPUT";
|
||||||
echo "TAG=$BUILD_ID" >> "$GITHUB_OUTPUT";
|
echo "TAG=$BUILD_ID" >> "$GITHUB_OUTPUT";
|
||||||
|
|
||||||
- name: Print repo and tag
|
- name: Print repo and tag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user