Skip to content

Commit

Permalink
updated dump action
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Koch committed Apr 4, 2024
1 parent 7a1be76 commit a52c007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dump_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
email=${{ github.event.client_payload.email }}
# Ergebnis ausgeben
echo "Der Nutzer ${nickname} hat die email ${email}"
echo "controller_ah_enable: ${{ github.event.client_payload.controller_ah_enable }}"
echo "type: ${{ github.event.client_payload.type }}"
# Launch Job in AAP
curl -k -X POST \
--url https://${{ secrets.AAP_HOST }}/api/v2/job_templates/185/launch/ \
Expand Down

0 comments on commit a52c007

Please sign in to comment.