Fixing sending of repo name
This commit is contained in:
parent
23a90586b2
commit
7cc7edaee6
5
.github/workflows/cs-update-trigger.yml
vendored
5
.github/workflows/cs-update-trigger.yml
vendored
@ -10,9 +10,6 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
env:
|
|
||||||
REPO: ${{ github.repository }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-cs-job:
|
trigger-cs-job:
|
||||||
permissions:
|
permissions:
|
||||||
@ -24,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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};
|
||||||
echo "REPO=$REPO >> $GITHUB_OUTPUT"
|
echo "REPO=${{ github.repository }} >> $GITHUB_OUTPUT"
|
||||||
echo "TAG=$BUILD_ID" >> "$GITHUB_OUTPUT";
|
echo "TAG=$BUILD_ID" >> "$GITHUB_OUTPUT";
|
||||||
|
|
||||||
- name: Print repo and build_id
|
- name: Print repo and build_id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user