Skip to content

Commit

Permalink
Improve sync process (#4)
Browse files Browse the repository at this point in the history
* Fix versions / security issues #3 and #4

* v4 and allow manual dispatch
  • Loading branch information
elliottback authored Sep 18, 2023
1 parent 7f61c69 commit 6995ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-from-reddit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Sync from Reddit

on:
workflow_dispatch:
schedule:
# run hourly at some arbitrary minute
- cron: 3 * * * *
Expand All @@ -10,7 +11,7 @@ jobs:
name: Sync from Reddit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure git user
run: |
git config user.name 'github-actions[bot]'
Expand Down

0 comments on commit 6995ee9

Please sign in to comment.