Skip to content

Commit

Permalink
chore: sync-downloaded-files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent ed38e27 commit 424edd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Sync_Download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: '30 15 * * 1,3,5'
- cron: '30 15 * * 3'

jobs:
sync_download:
runs-on: ubuntu-latest
steps:
- name: sync-download
uses: gendloop/sync-download@v1.0.1
uses: gendloop/sync-download@v1.0.2
with:
token: ${{ secrets.GENDLOOP_ACCESS_TOKEN }}

0 comments on commit 424edd1

Please sign in to comment.