Skip to content

Commit

Permalink
ci: install slackify globally to avoid conflicts with pnpm (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Oct 30, 2024
1 parent d72a5e7 commit c6d223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/slackify-markdown/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
node-version: 16
- name: Install slackify-markdown package
shell: bash
run: npm install slackify-markdown@4.3.1
run: npm install -g slackify-markdown@4.3.1
- name: Slackify
uses: actions/github-script@v6
id: slackify
Expand Down

0 comments on commit c6d223f

Please sign in to comment.