Skip to content

Commit c1d8595

Browse files
committed
indentation
1 parent 5d04804 commit c1d8595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create_website_pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
env:
1111
GITHUB_CONTEXT: ${{ toJson(github) }}
1212
run: echo "$GITHUB_CONTEXT"
13-
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
14-
run: exit 1
15-
if: github.event.action != 'published'
13+
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
14+
run: exit 1
15+
if: github.event.action != 'published'
1616
- name: Set up Python 3.5
1717
uses: actions/setup-python@v1
1818
with:

0 commit comments

Comments
 (0)