fix github action

This commit is contained in:
auricom
2020-12-05 22:42:30 +01:00
parent 52738ff3ba
commit 6e5678279f

View File

@@ -20,7 +20,7 @@ jobs:
curl -sL -o "${GITHUB_WORKSPACE}/bin/yq" https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64
chmod +x "${GITHUB_WORKSPACE}/bin/yq"
- name: Create HelmRelease annotations
run: ./hack/create-helmrelease-annotations.sh
run: ./scripts/create-helmrelease-annotations.sh
- name: Create pull request for HelmRelease annotations
uses: peter-evans/create-pull-request@v3