mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
fix github action
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user