File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
token : ${{ secrets.GARDENER_PAT }}
17
17
# ref: ${{ steps.pr_data.outputs.branch }}
18
18
# repository: ${{ steps.pr_data.outputs.repo_name }}
19
- ref : ${{ github.event.pull_request.head.ref }}
20
- repository : ${{ github.event.pull_request.head.repo.full_name }}
19
+ ref : ${{ github.event.client_payload. pull_request.head.ref }}
20
+ repository : ${{ github.event.client_payload. pull_request.head.repo.full_name }}
21
21
fetch-depth : 0
22
22
- name : Set up Python ${{ matrix.python-version }}
23
23
uses : actions/setup-python@v2
26
26
- name : Check and change code format
27
27
run : |
28
28
git checkout -b _tmp_format
29
- git checkout ${{ github.event.pull_request.head.ref }}
29
+ git checkout ${{ github.event.client_payload. pull_request.head.ref }}
30
30
git fetch https://github.com/taichi-dev/test_actions.git refs/heads/master
31
31
git reset FETCH_HEAD
32
32
python3 -m pip install yapf gitpython colorama isort
42
42
uses : ad-m/github-push-action@master
43
43
with :
44
44
GITHUB_TOKEN : ${{ secrets.GARDENER_PAT }}
45
- branch : ${{ github.event.pull_request.head.ref }}
46
- repository : ${{ github.event.pull_request.head.repo.full_name }}
45
+ branch : ${{ github.event.client_payload. pull_request.head.ref }}
46
+ repository : ${{ github.event.client_payload. pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments