Skip to content

Commit

Permalink
Use nrfconnect/action-comment instead of nordicbuilder one
Browse files Browse the repository at this point in the history
  • Loading branch information
karhama authored May 14, 2024
1 parent 86c0b13 commit 44c1357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
} >> $GITHUB_ENV
- name: Post diff comment
uses: nordicbuilder/[email protected]
uses: nrfconnect/[email protected]
id: comment
if: ${{ steps.diff.outputs.diff_result == 1 }}
env:
Expand All @@ -77,7 +77,7 @@ runs:
message: "${{ inputs.message_diff }}"

- name: Post success comment
uses: nordicbuilder/[email protected]
uses: nrfconnect/[email protected]
env:
REACT_EMOTE: ${{ inputs.reaction_emote }}
if: ${{ steps.diff.outputs.diff_result == 0 }}
Expand Down

0 comments on commit 44c1357

Please sign in to comment.