Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoSTIC committed Jan 2, 2024
1 parent 8814381 commit 9d7ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Develop_CreateInstanceOnOpenedPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract branch name
run: echo ${{ github.head_ref }} && echo 'BRANCH='${{ github.head_ref }} >> $GITHUB_ENV
run: echo ${GITHUB_REF##*/} && echo 'BRANCH='${GITHUB_REF##*/} >> $GITHUB_ENV
# - name: Install SSH Key
# uses: shimataro/ssh-key-action@v2
# with:
Expand Down

0 comments on commit 9d7ca26

Please sign in to comment.