Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Aug 22, 2024
1 parent 5890b8f commit 62020b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
id: set-server-id
run: |
REPO=$(echo "$REPO" | cut -d'/' -f2)
SERVER_ID="ci-$REPO"
BRANCH_NAME=$(echo "$GITHUB_REF" | sed 's|refs/heads/||')
SERVER_ID="ci-$REPO-$BRANCH_NAME"
echo "server_id=$SERVER_ID" >> $GITHUB_OUTPUT
- name: Configure OpenStack CLI and Create Instance
Expand Down

0 comments on commit 62020b7

Please sign in to comment.