Skip to content

Commit

Permalink
Fix wrong URL
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed May 31, 2024
1 parent f5b373b commit db1e82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name : Install Tekton
run: |
kubectl create -f https://operatorhub.io/install/tektoncd-operator.yaml
kubectl apply -f https://raw.githubusercontent.com/ch007m/test-github-action/main/.github/resources/tekton/tektonpipeline.yaml.yaml
kubectl apply -f https://raw.githubusercontent.com/ch007m/test-github-action/main/.github/resources/tekton/tektonpipeline.yaml
- name: Install and configure ArgoCD
run: |
Expand Down

0 comments on commit db1e82a

Please sign in to comment.