Skip to content

Commit 9272d05

Browse files
author
fatemeh
committed
Updatedcheckout version
1 parent 68a72bb commit 9272d05

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/mirror.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ on: [push, delete] # Runs whenever you push new code or delete a branch
44

55
jobs:
66
git-mirror:
7+
if: github.repository == 'Razgaleh/Arrow-NetApp-Enterprise-RAG'
78
runs-on: ubuntu-latest
9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
811
steps:
912
- name: Checkout Code
10-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1114
with:
1215
fetch-depth: 0 # Fetches all history for all branches and tags
1316
persist-credentials: false # Prevent checkout token from overriding mirror auth

0 commit comments

Comments
 (0)