Skip to content

Commit

Permalink
Merge pull request #11 from manikandan-xilinx/master
Browse files Browse the repository at this point in the history
fixing all checkout issues
  • Loading branch information
manikandan-xilinx authored Dec 11, 2023
2 parents 1224019 + 77e912d commit 384ff23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## WIP - This directory contains all the Github Action Workflows...
## WIP - This directory contains all the Github Action Workflows....
7 changes: 4 additions & 3 deletions .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ jobs:
- name: Checkout PR
uses: actions/checkout@v4
with:
repository: "${{ github.event.inputs.repo }}"
ref: "${{ github.event.inputs.branch_ref }}"
repository: "${{ github.event.pull_request.head.repo.full_name }}"
ref: "${{ github.event.pull_request.head.ref }}"
fetch-depth: 0
github-server-url: "https://github.com"
token: ${{ secrets.CI_CLOUD_TOKEN}}
path: ${{ github.workspace }}/${{ github.run_number }}
submodules: recursive
submodules: recursive
persist-credentials: false

- name: Checkout private repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 384ff23

Please sign in to comment.