plugin automation: use correct path to helper script (#21512)

This commit is contained in:
John-Michael Faircloth 2023-06-29 13:38:00 -05:00 committed by GitHub
parent cc5240f47d
commit bc71fdf040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."