Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/zendesk_github_ticket_commented.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

return $issue_owner + "/" + $issue_repo
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@0fbcdc30665f7a0bde443bfd2c32a130bae6a5c7
uses: peter-evans/repository-dispatch@428de239af282baa9ed57c8003ca2082586703c3
if: ${{ startsWith(steps.repo-set.outputs.result, format('{0}/', github.repository_owner)) }}
with:
token: ${{ secrets.GH_ZENDESK_INVOKE_WORKFLOW_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zendesk_github_ticket_solved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

return $issue_owner + "/" + $issue_repo
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@0fbcdc30665f7a0bde443bfd2c32a130bae6a5c7
uses: peter-evans/repository-dispatch@428de239af282baa9ed57c8003ca2082586703c3
if: ${{ startsWith(steps.repo-set.outputs.result, format('{0}/', github.repository_owner)) }}
with:
token: ${{ secrets.GH_ZENDESK_INVOKE_WORKFLOW_TOKEN }}
Expand Down