Skip to content

Commit

Permalink
Fix GitHub Actions typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomdango committed Jul 14, 2023
1 parent c9be089 commit a2d3bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ jobs:
uses: asdf-vm/actions/install@v2

- name: Install Example Dependencies
uses: make example-install
run: make example-install

- name: Build Example App
uses: make example-build
run: make example-build

deploy:
name: Deploy Example App
Expand Down

0 comments on commit a2d3bc0

Please sign in to comment.