Skip to content

Commit

Permalink
Add error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Mar 27, 2023
1 parent 5c83fea commit b24a913
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/resume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@ jobs:

discussion-comment-final:
uses: shield-wall/myprofile/.github/workflows/discussion-comment.yaml@master
if: github.event_name == 'discussion'
# if: github.event_name == 'discussion'
needs: resume
with:
discussionId: ${{github.event.discussion.number}}
# discussionId: ${{github.event.discussion.number}}
discussionId: 723
body: |
Your resume was processed with success :tada: :tada:
Resume link: https://bucket.myprofile.pro/users/${{github.actor}}/resume.pdf
[${{needs.resume.result}}]
[message_success]: |
Your resume was processed with success :tada: :tada:
Resume link: https://bucket.myprofile.pro/users/${{github.actor}}/resume.pdf

0 comments on commit b24a913

Please sign in to comment.