Skip to content

Commit

Permalink
fix: indentation in preview-deployment.yml & cd.yml (#2085)
Browse files Browse the repository at this point in the history
* Update preview-deployment.yml

* Update cd.yml
  • Loading branch information
Marcin Nowak-Liebiediew authored Oct 30, 2023
1 parent 49debbb commit 5f1bb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: 16

- name: Install DFX
uses: dfinity/setup-dfx@main
uses: dfinity/setup-dfx@main

- name: Dump Identity
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: "3.10"

- name: Install DFX
uses: dfinity/setup-dfx@main
uses: dfinity/setup-dfx@main

- name: "Build & Deploy"
run: |
Expand Down

0 comments on commit 5f1bb54

Please sign in to comment.