Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/runAsimSchemaAndDataTesters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ jobs:
with:
ref: ${{github.event.pull_request.head.sha}}
repository: ${{ github.repository }}
allow-unsafe-pr-checkout: true
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
Comment on lines 357 to 362
- name: Setup git config
Expand Down Expand Up @@ -411,6 +412,7 @@ jobs:
with:
ref: ${{github.event.pull_request.head.sha}}
repository: ${{ github.repository }}
allow-unsafe-pr-checkout: true
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
Comment on lines 412 to 417
- name: Setup git config
Expand Down Expand Up @@ -480,6 +482,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.repository }}
allow-unsafe-pr-checkout: true
persist-credentials: false
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.

Expand Down Expand Up @@ -554,6 +557,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.repository }}
allow-unsafe-pr-checkout: true
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Setup git config
Expand Down
Loading