mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +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
|
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"
|
chmod +x "${GITHUB_WORKSPACE}/bin/yq"
|
||||||
- name: Create HelmRelease annotations
|
- name: Create HelmRelease annotations
|
||||||
run: ./hack/create-helmrelease-annotations.sh
|
run: ./scripts/create-helmrelease-annotations.sh
|
||||||
|
|
||||||
- name: Create pull request for HelmRelease annotations
|
- name: Create pull request for HelmRelease annotations
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
Reference in New Issue
Block a user