Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 685c6e4

Browse files
committed
Fix spelling on Action label
1 parent 3fd21cf commit 685c6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bikes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
container-registry-password: ${{ secrets.REGISTRY_PASSWORD }}
4646
secret-name: ${{ secrets.IMAGE_PULL_SECRET }}
4747

48-
- name: Helm Instal PR
48+
- name: Helm Install PR
4949
run: |
5050
helm upgrade --install --namespace $GITHUB_HEAD_REF bikesharing-$GITHUB_HEAD_REF samples/BikeSharingApp/Bikes/charts/bikes --set "image.repository=${{ secrets.CONTAINER_REGISTRY }}/bikes,image.tag=$GITHUB_SHA,imagePullSecrets[0].name=${{ secrets.IMAGE_PULL_SECRET }},ingress.hosts[0]=$GITHUB_HEAD_REF.s.${{ secrets.PARENT_SPACE }}.bikesharing.${{ secrets.HOST_SUFFIX }},ingress.annotations.\"kubernetes\\.io/ingress\\.class\"=traefik-azds"
5151

0 commit comments

Comments
 (0)