Skip to content

Commit

Permalink
Use latest release for uw-tests (#2110)
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 6f54943 commit fe19bab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/uw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
HARNESS_IMAGE: ${{ inputs.unifiedWorkerHarnessContainerImage }}
- name: Checkout code
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
# with:
# fetch-depth: 0
# ref: ${{ steps.variables.outputs.releaseTag }}
# token: ${{ secrets.GITHUB_TOKEN }}
with:
fetch-depth: 0
ref: ${{ steps.variables.outputs.releaseTag }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Create test branch
run: git checkout -b $TEST_BRANCH_NAME $BRANCH_COMMIT
env:
Expand Down

0 comments on commit fe19bab

Please sign in to comment.