diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e0a17d0..5ee6a25 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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." @@ -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." diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 9323f71..0010377 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -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." @@ -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."