Skip to content

Commit

Permalink
github: add workflow_dispatch and update checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
  • Loading branch information
zchee committed Feb 10, 2024
1 parent 8c1feea commit d9b97a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: sync
on:
schedule:
- cron: "0 0 * * *" # run at 00:00 (UTC) AM every day
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Unshallow # required for the changelog to work correctly.
run: git fetch --prune --unshallow
Expand Down

0 comments on commit d9b97a4

Please sign in to comment.