Skip to content

Commit 32cb122

Browse files
author
Akshay Kalia
committed
fix indentation issue
1 parent 734f311 commit 32cb122

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test_action.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# .github/workflow/test_action.yaml
1+
# .github/workflows/test_action.yaml
22
name: Test Action
33
on: [push]
44

@@ -10,11 +10,11 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Fetch num squared
13-
id: get_square
14-
uses: ./ # Uses an action in the root directory
13+
id: get_square
14+
uses: ./ # Uses an action in the root directory
1515
# or use a released Github Action
16-
# uses: shipyard/github-action/fetch-shipyard-env@1.0.0
17-
with:
18-
num: 11
16+
# uses: shipyard/github-action/fetch-shipyard-env@1.0.0
17+
with:
18+
num: 11
1919
- name: Print the square
2020
run: echo "${{ steps.get_square.outputs.num_squared }}"

0 commit comments

Comments
 (0)