mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +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'
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x ./script.sh
|
||||
./script.sh
|
||||
chmod +x ${{ github.action_path }}/script.sh
|
||||
${{ github.action_path }}/script.sh
|
||||
env:
|
||||
OWNER: ${{ inputs.owner }}
|
||||
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
|
||||
uses: ./.github/actions/pr_diff
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
repo: ${{ github.repository }}
|
||||
owner: strapi
|
||||
repo: strapi
|
||||
base_branch: ${{ github.event.inputs.base_branch }}
|
||||
target_branch: ${{ github.event.inputs.target_branch }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user