Skip to content

Commit

Permalink
dynamic holodeck ci instance name
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Dec 11, 2024
1 parent c647d6f commit 6c316dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,12 @@ jobs:
driver_branch_json="${{ needs.set-driver-version-matrix.outputs.driver_branch }}"
DRIVER_BRANCHES=($(echo "$driver_branch_json" | jq -r '.[]'))
echo "DRIVER_BRANCHES=${DRIVER_BRANCHES[*]}" >> $GITHUB_ENV
REPO_NAME="${{ github.repository##*/ }}"
BRANCH_NAME=${{ github.ref##*/ }}"
GITHUB_ACTOR="${{ github.actor##*/ }}"
# REPO_NAME="${{ github.repository##*/ }}"
# BRANCH_NAME=${{ github.ref##*/ }}"
# GITHUB_ACTOR="${{ github.actor##*/ }}"
REPO_NAME=${GITHUB_REPOSITORY##*/}
echo "REPO_NAME=${REPO_NAME}" >> $GITHUB_ENV
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_ENV
echo "BRANCH_NAME=${GITHUB_REF_NAME}" >> $GITHUB_ENV
echo "GITHUB_ACTOR=${GITHUB_ACTOR}" >> $GITHUB_ENV
- name: Set up exit
Expand Down

0 comments on commit 6c316dc

Please sign in to comment.