Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Aug 5, 2024
1 parent bef26e0 commit 35cbfd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-all-members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update all changed member files
on:
schedule:
- cron: "25 16 * * 1"
workflow_dispatch:

permissions:
contents: write
Expand All @@ -14,8 +15,6 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Fetch main branch
run: git fetch origin main:main
- name: Install npm packages
run: npm install
- name: Update all changed member files
Expand Down

0 comments on commit 35cbfd6

Please sign in to comment.