Skip to content

Commit

Permalink
try Support fork repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 27, 2024
1 parent 29e701c commit 5da7b41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,12 @@ jobs:
- run: cat /etc/os-release
- run: env

event_file:
name: "Event File"
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: Event File
path: ${{ github.event_path }}
event_file:
name: "Event File"
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: Event File
path: ${{ github.event_path }}

0 comments on commit 5da7b41

Please sign in to comment.