Skip to content

Commit

Permalink
Update embed title and description in self.use.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kfird214 committed Dec 31, 2023
1 parent a6c306a commit d656650
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/self.use.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
avatar-url: ${{ github.event.sender.avatar_url }}

embed-color: 0x33b4ff
embed-title: Self invoke (${{ github.actor }} <${{ env.GIT_COMMIT_AUTHOR_EMAIL }}>)
embed-title: "${{ github.workflow }} #${{ github.run_number }} (${{ github.actor }} <${{ env.GIT_COMMIT_AUTHOR_EMAIL }}>)"
embed-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
embed-image-url: https://emojiapi.dev/api/v1/framed_picture.svg
embed-thumbnail-url: https://emojiapi.dev/api/v1/rocket.svg
Expand All @@ -35,8 +35,6 @@ jobs:
embed-author-icon-url: ${{ github.event.sender.avatar_url }}

embed-description: |
[${{ github.workflow }} ##${{ github.run_number }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
[${{ env.GIT_COMMIT_SHORT_SHA }}](${{ github.server_url }}/${{ github.repository }}/${{ github.sha }})
> ${{ env.GIT_COMMIT_MESSAGE_SUBJECT }}"
Expand Down

0 comments on commit d656650

Please sign in to comment.