mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-08-17 16:51:56 +02:00
Update update_json_date.yml
This commit is contained in:
8
.github/workflows/update_json_date.yml
vendored
8
.github/workflows/update_json_date.yml
vendored
@ -10,7 +10,13 @@ jobs:
|
|||||||
- name: Checkout PR Branch
|
- name: Checkout PR Branch
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.event.pull_request.base.ref }}
|
||||||
|
|
||||||
|
- name: Fetch PR changes
|
||||||
|
run: |
|
||||||
|
git remote add fork https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git
|
||||||
|
git fetch fork ${{ github.event.pull_request.head.ref }}:pullreq
|
||||||
|
git checkout pullreq
|
||||||
|
|
||||||
- name: Update JSON
|
- name: Update JSON
|
||||||
id: changed-files
|
id: changed-files
|
||||||
|
Reference in New Issue
Block a user