Skip to content
Closed
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@c73dcc42429d4220d60b2b8daf3cee190a131129
uses: peter-evans/repository-dispatch@de78ac1a711fc6f29e77338f843065faf5335227
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@c73dcc42429d4220d60b2b8daf3cee190a131129
uses: peter-evans/repository-dispatch@de78ac1a711fc6f29e77338f843065faf5335227
if: ${{ startsWith(steps.repo-set.outputs.result, format('{0}/', github.repository_owner)) }}
with:
token: ${{ secrets.GH_ZENDESK_INVOKE_WORKFLOW_TOKEN }}
Expand Down