We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3867a9 commit 26a9cf3Copy full SHA for 26a9cf3
action.yml
@@ -60,7 +60,7 @@ runs:
60
- name: "send message via cli"
61
shell: 'bash'
62
run: |
63
- ./send-google-chat-webhook chat workflownotification --webhook_url="${{ inputs.webhook_url }}"
+ ./send-google-chat-webhook chat workflownotification --webhook-url="${{ inputs.webhook_url }}"
64
env:
65
GITHUB_CONTEXT: ${{ toJson(github) }}
66
JOB_CONTEXT: ${{ toJson(job) }}
0 commit comments