Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 13, 2024
1 parent 30579a7 commit 44b9adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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@main"
with:
key: "${{secrets.DISCORD_TEST_WEBHOOK_TEXT}}"
Expand Down

0 comments on commit 44b9adb

Please sign in to comment.