Skip to content

Commit 19a9f80

Browse files
Fix indentation in GitHub workflows (RealDevSquad#177)
1 parent 66168f6 commit 19a9f80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/register-commands-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 18.18.2
13+
node-version: 18.18.2
1414
- run: npm install
1515
- run: npm run register
1616
env:

.github/workflows/register-commands-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 18.18.2
13+
node-version: 18.18.2
1414
- run: npm install
1515
- run: npm run register
1616
env:

0 commit comments

Comments
 (0)