Skip to content

Commit

Permalink
Merge pull request #647 from aialok/bug/slack-workflow
Browse files Browse the repository at this point in the history
Fixes Bug -  Action to send Community Meeting reminders failed
  • Loading branch information
benjagm authored Mar 1, 2024
2 parents 77c1897 + a5e796b commit 58a888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ocwm-reminders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm install @octokit/core
run: npm install @octokit/core@5.1.0

- name: Send reminders
uses: actions/github-script@v7
Expand Down

0 comments on commit 58a888c

Please sign in to comment.