Skip to content

Commit

Permalink
Try different variables
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Sep 5, 2024
1 parent 1205c07 commit 5f07896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
repository: ${{ github.repository}}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Detect files
id: detect-files
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78
Expand Down

0 comments on commit 5f07896

Please sign in to comment.