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 2831893 commit 1c6e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dump_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Dump Parameters
run: |
# Die übergebenen Parameter aus dem JSON-Payload erhalten
# Die übergebenen Parameter aus dem JSON-Payload erhalten
nickname=${{ github.event.client_payload.nickname }}
email=${{ github.event.client_payload.email }}
# Ergebnis ausgeben
Expand Down

0 comments on commit 1c6e445

Please sign in to comment.