Skip to content

Commit

Permalink
build: fix github action execution
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 24, 2024
1 parent 53f8f2b commit 250067b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/on-merged-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
- name: Delete package dev channel PR comment
uses: thollander/actions-comment-pull-request@v2
with:
message: ""
message: |
Published under `${{ env.DEV_CHANNEL }}` npm channel.
```sh
$ sfdx plugins:install sfdx-git-delta@${{ env.DEV_CHANNEL }}
```
comment_tag: dev-publish
mode: delete

0 comments on commit 250067b

Please sign in to comment.