|
@ -14,6 +14,8 @@ jobs: |
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
with: |
|
|
|
|
|
ref: ${{ github.event.pull_request.head.sha }} |
|
|
- name: Set up Python |
|
|
- name: Set up Python |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|