Skip to content

Commit

Permalink
Fix: fix bash bug (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sailorlqh authored Aug 11, 2023
1 parent c53bf04 commit f3867a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
- name: "send message via cli"
shell: 'bash'
run: |
./${{ env.BINARY_NAME }} chat workflownotification --webhook_url="${{ inputs.webhook_url }}"
./send-google-chat-webhook chat workflownotification --webhook_url="${{ inputs.webhook_url }}"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
JOB_CONTEXT: ${{ toJson(job) }}
Expand Down

0 comments on commit f3867a9

Please sign in to comment.