Skip to content

Commit

Permalink
${{ github.event.pull_request.base.ref }}
Browse files Browse the repository at this point in the history
  • Loading branch information
kagahd committed Oct 14, 2024
1 parent 4292918 commit 595a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "github-actions[bot]"
git checkout $GITHUB_REF
git checkout -b ${{ github.event.pull_request.base.ref }}
git add latest-version/mongodb-performance-test.jar
Expand Down

0 comments on commit 595a261

Please sign in to comment.