Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 20, 2024
1 parent 5868407 commit ec907ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: "List Docker Image"
run: |-
docker image ls --all --digests --no-trunc
- uses: "hugoalh/send-guilded-webhook-ghaction/_build@dev"
- uses: "hugoalh/send-guilded-webhook-ghaction/_build@main"
with:
key: "${{secrets.TEST_TEXT_WEBHOOK}}"
content: "Hello, text channel!"
- uses: "hugoalh/send-guilded-webhook-ghaction/_build@dev"
- uses: "hugoalh/send-guilded-webhook-ghaction/_build@main"
with:
key: "${{secrets.TEST_TEXT_WEBHOOK}}"
content: "Text message. Up to 2000 characters."
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- shell: "pwsh"
run: |-
Invoke-WebRequest -Uri 'https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/636e0b52aa9e99b832574a53_full_logo_blurple_RGB.png' -MaximumRetryCount 5 -RetryIntervalSec 5 -Method 'Get' -OutFile 'thumbnail.png'
- uses: "hugoalh/send-guilded-webhook-ghaction/_build@dev"
- uses: "hugoalh/send-guilded-webhook-ghaction/_build@main"
with:
key: "${{secrets.TEST_TEXT_WEBHOOK}}"
content: "This is the Discord logo."
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: "List Docker Image"
run: |-
docker image ls --all --digests --no-trunc
- uses: "hugoalh/send-guilded-webhook-ghaction@dev"
- uses: "hugoalh/send-guilded-webhook-ghaction@main"
with:
key: "${{secrets.TEST_TEXT_WEBHOOK}}"
content: "Hello, text channel!"
- uses: "hugoalh/send-guilded-webhook-ghaction@dev"
- uses: "hugoalh/send-guilded-webhook-ghaction@main"
with:
key: "${{secrets.TEST_TEXT_WEBHOOK}}"
content: "Text message. Up to 2000 characters."
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- shell: "pwsh"
run: |-
Invoke-WebRequest -Uri 'https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/636e0b52aa9e99b832574a53_full_logo_blurple_RGB.png' -MaximumRetryCount 5 -RetryIntervalSec 5 -Method 'Get' -OutFile 'thumbnail.png'
- uses: "hugoalh/send-guilded-webhook-ghaction@dev"
- uses: "hugoalh/send-guilded-webhook-ghaction@main"
with:
key: "${{secrets.TEST_TEXT_WEBHOOK}}"
content: "This is the Discord logo."
Expand Down

0 comments on commit ec907ed

Please sign in to comment.