Skip to content

Commit

Permalink
Update issue-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinto-aot committed Oct 30, 2024
1 parent 6e2cb88 commit 467c5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "Assignees: " ${{ join(github.event.issue.assignees.*.login) }}
- name: Google Chat Notification
run: |
curl --location --request POST '${{ secrets.GITHUB_ISSUES }}' \
curl --location --request POST '${{ secrets.NOTIFY_GITHUB_ISSUES }}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cards": [
Expand Down

0 comments on commit 467c5be

Please sign in to comment.