Skip to content

Commit 95ab5f0

Browse files
author
gojimmypi
committed
Update visual-studio.yml to use branch from PR
1 parent eb6bcd3 commit 95ab5f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Checkout wolfSSL (master branch)
2424
uses: actions/checkout@v3
2525
with:
26-
repository: wolfssl/wolfssl
27-
ref: master
26+
repository: ${{ github.repository }} # Uses the repository where the PR was made
27+
ref: ${{ github.event.pull_request.head.ref }} # Checkout the branch from the PR
2828
path: wolfssl # Clone wolfSSL into the "wolfssl" subdirectory
2929

3030
- name: Setup MSBuild

0 commit comments

Comments
 (0)