Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed May 7, 2024
1 parent 831ae3b commit 841711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
shell: pwsh
run: |
$scriptId = ('${{ github.event.issue.body }}' -split '-')[2]
Invoke-WebRequest -Uri "https://mihubot.xyz/api/RuntimeUtils/RunScript/?id=$scriptId&token=${{ secrets.GITHUB_TOKEN }}" | Invoke-Expression
Invoke-WebRequest -Uri "https://mihubot.xyz/api/RunScript/?id=$scriptId&token=${{ secrets.GITHUB_TOKEN }}" | Invoke-Expression

0 comments on commit 841711e

Please sign in to comment.