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 8, 2024
1 parent ebf96ab commit c7ccd7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update-files-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ on:
jobs:
update-manifest:
runs-on: ubuntu-latest
if: github.actor != 'github-actions[bot]' && github.actor != 'github_actions'
if: github.actor != 'github-actions[bot]' && github.actor != 'github-actions'

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
sparse-checkout: |
metadata.json
otzaria
links
sparse-checkout-cone-mode: false
fetch-depth: 1

- name: Generate Files Manifest
run: |
Expand Down

0 comments on commit c7ccd7f

Please sign in to comment.