mirror of
https://github.com/strapi/strapi.git
synced 2025-11-26 23:22:01 +00:00
fix: incorrect file path and parameters for pr_diff (#23143)
This commit is contained in:
parent
45d227ac28
commit
b26c2a1f44
4
.github/actions/pr_diff/action.yml
vendored
4
.github/actions/pr_diff/action.yml
vendored
@ -26,8 +26,8 @@ runs:
|
|||||||
- name: 'Run Fetch Merged PRs Script'
|
- name: 'Run Fetch Merged PRs Script'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./script.sh
|
chmod +x ${{ github.action_path }}/script.sh
|
||||||
./script.sh
|
${{ github.action_path }}/script.sh
|
||||||
env:
|
env:
|
||||||
OWNER: ${{ inputs.owner }}
|
OWNER: ${{ inputs.owner }}
|
||||||
REPO: ${{ inputs.repo }}
|
REPO: ${{ inputs.repo }}
|
||||||
|
|||||||
4
.github/workflows/diff_prs.yml
vendored
4
.github/workflows/diff_prs.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
|||||||
id: pr_diff
|
id: pr_diff
|
||||||
uses: ./.github/actions/pr_diff
|
uses: ./.github/actions/pr_diff
|
||||||
with:
|
with:
|
||||||
owner: ${{ github.repository_owner }}
|
owner: strapi
|
||||||
repo: ${{ github.repository }}
|
repo: strapi
|
||||||
base_branch: ${{ github.event.inputs.base_branch }}
|
base_branch: ${{ github.event.inputs.base_branch }}
|
||||||
target_branch: ${{ github.event.inputs.target_branch }}
|
target_branch: ${{ github.event.inputs.target_branch }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user