Skip to content

Commit

Permalink
fix typo on uw-tests workflow (#2103)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber authored Jan 3, 2025
1 parent 738ec81 commit 58187b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# fetch-depth: 0
# ref: ${{ steps.variables.outputs.releaseTag }}
- name: Create test branch
run: git checkout -b $RELEASE_BRANCH_NAME $BRANCH_COMMIT
run: git checkout -b $TEST_BRANCH_NAME $BRANCH_COMMIT
env:
TEST_BRANCH_NAME: ${{ steps.variables.outputs.testBranchName }}
BRANCH_COMMIT: ${{ inputs.branchCommit }}
Expand Down

0 comments on commit 58187b9

Please sign in to comment.