Skip to content

Commit

Permalink
Update update-files-manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 authored Nov 6, 2024
1 parent 67816a8 commit cb975aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update-files-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.PAT }}
fetch-depth: 1
sparse-checkout: |
links
אוצריא
- name: Generate Files Manifest
run: |
Expand All @@ -30,4 +34,4 @@ jobs:
git config --local user.name "GitHub Action"
git add files_manifest.json
git commit -m "Update files manifest" || exit 0
git push
git push "https://${{ secrets.PAT }}@github.com/${GITHUB_REPOSITORY}.git"

0 comments on commit cb975aa

Please sign in to comment.