Skip to content

Commit

Permalink
fix: change indentation of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed May 20, 2021
1 parent 33b43dd commit 53b7560
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ inputs:
default: ""
runs:
using: composite
steps:
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: "node index.js"
steps:
- uses: actions/setup-node@v2
with:
node-version: "14"
- run: "node index.js"

0 comments on commit 53b7560

Please sign in to comment.