Skip to content

Commit

Permalink
update workflow tester 45
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Jun 30, 2022
1 parent 45cde58 commit 1264e68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow-tester45.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Extract branch number
id: version
run: |
BRANCH=${GITHUB_REF##*/}
BUILD_NUMBER="${BRANCH//fix\/NN-/""}"
BRANCH=${GITHUB_REF}
echo $BRANCH
BUILD_NUMBER="${BRANCH//refs\/heads\/fix\/NN-/}"
echo $BUILD_NUMBER

0 comments on commit 1264e68

Please sign in to comment.