Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 9, 2024
1 parent 41ca46d commit 7b5d06c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/announce-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: "hugoalh/send-discord-webhook-ghaction@main"
with:
key: "${{secrets.DISCORD_HXHS_PROJECTNEWRELEASEANNOUNCER_WEBHOOK}}"
embeds: |
embeds: |-
- title: "Send Discord Webhook (GitHub Action)"
description: |
description: |-
> ${{github.event.repository.description}}
Version ${{github.event.release.name}} (`${{github.event.release.tag_name}}`) just released!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-container-ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
push: "true"
tags: "${{steps.docker-meta.outputs.tags}}"
- name: "List Docker Image"
run: |
run: |-
docker image ls --all --digests --no-trunc
5 changes: 4 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
permissions: {}
runs-on: "ubuntu-latest"
steps:
- name: "List Docker Image"
run: |-
docker image ls --all --digests --no-trunc
- uses: "hugoalh/send-discord-webhook-ghaction/_build@main"
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
Expand Down Expand Up @@ -49,7 +52,7 @@ jobs:
content: "Text message. Up to 2000 characters."
username: "Webhook"
avatar_url: "https://i.imgur.com/4M34hi2.png"
embeds: |
embeds: |-
[
{
"author": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
content: "Text message. Up to 2000 characters."
username: "Webhook"
avatar_url: "https://i.imgur.com/4M34hi2.png"
embeds: |
embeds: |-
[
{
"author": {
Expand Down

0 comments on commit 7b5d06c

Please sign in to comment.