Skip to content

Commit 26a9cf3

Browse files
authored
fix: fix flag name (#10)
1 parent f3867a9 commit 26a9cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
- name: "send message via cli"
6161
shell: 'bash'
6262
run: |
63-
./send-google-chat-webhook chat workflownotification --webhook_url="${{ inputs.webhook_url }}"
63+
./send-google-chat-webhook chat workflownotification --webhook-url="${{ inputs.webhook_url }}"
6464
env:
6565
GITHUB_CONTEXT: ${{ toJson(github) }}
6666
JOB_CONTEXT: ${{ toJson(job) }}

0 commit comments

Comments
 (0)