mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
plugin automation: use correct path to helper script (#21512)
This commit is contained in:
parent
cc5240f47d
commit
bc71fdf040
2
.github/workflows/plugin-update-check.yml
vendored
2
.github/workflows/plugin-update-check.yml
vendored
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user