Skip to content

Commit

Permalink
Updated for new action
Browse files Browse the repository at this point in the history
The old action was never updated since 1.0, and there was a warning about node12 from GH.
  • Loading branch information
fredericsimard authored Oct 10, 2023
1 parent 460baca commit 5325364
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/greetingsmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: Manoj-Paramsetti/greets-action@main
- uses: actions/[email protected]
if: ${{ github.event.pull_request.merged == true }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# here issue_message is not given since the condition checks for the merge is true. it will
# does not pass the checks in issue
PR_message: "Congrats on getting your first pull request merged!<br><br>![](https://media.giphy.com/media/l4KhQo2MESJkc6QbS/giphy.gif)"
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: "Congrats on getting your first pull request merged!<br><br>![](https://media.giphy.com/media/l4KhQo2MESJkc6QbS/giphy.gif)"

0 comments on commit 5325364

Please sign in to comment.