We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f350fe1 commit bdffff9Copy full SHA for bdffff9
1 file changed
.github/workflows/slash_command_dispatch.yml
@@ -24,7 +24,7 @@ jobs:
24
private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
25
- name: Slash Command Dispatch
26
id: dispatch
27
- uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4.0.0
+ uses: peter-evans/slash-command-dispatch@9bdcd7914ec1b75590b790b844aa3b8eee7c683a # v5.0.2
28
with:
29
repository: ${{ github.repository }}
30
token: ${{ steps.get-app-token.outputs.token }}
0 commit comments