Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Nov 4, 2024
1 parent 41ab809 commit 23308a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -g [email protected]
run: npm install [email protected]
- name: Slackify
uses: actions/github-script@v6
id: slackify
Expand All @@ -37,4 +37,4 @@ runs:
core.setOutput('text', mrkdwn);
} catch (error) {
core.setFailed(error.message);
}
}

0 comments on commit 23308a6

Please sign in to comment.