Skip to content

Commit

Permalink
plugin automation: use correct path to helper script (#21512)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Jun 29, 2023
1 parent cc5240f commit bc71fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-update-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if [ -z "$PR" ]; then
# call the script to create the plugin update PR on Vault
./scripts/plugin-helper-gh-pr-create.sh
./.github/scripts/plugin-helper-gh-pr-create.sh
else
echo "Pull request already exists, won't create a new one."
Expand Down

0 comments on commit bc71fdf

Please sign in to comment.