Skip to content

Commit

Permalink
log payload
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 6, 2024
1 parent b13b650 commit 1c59379
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
check-if-image-exists:
runs-on: ubuntu-latest
steps:
- name: Log workflow_dispatch payload
run: |
echo "Workflow Dispatch Payload:"
echo "${{ toJson(github.event) }}" | jq
- name: Check if image exists
run: |
IMAGE_NAME=ls1intum/apollon_standalone
Expand Down

0 comments on commit 1c59379

Please sign in to comment.