Skip to content

Commit ebac593

Browse files
authored
Fix indentation in deploy.yml steps section
1 parent 1b74ba4 commit ebac593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
auto_assign:
2323
runs-on: ubuntu-latest
2424
if: github.event_name == 'pull_request' && github.event.action != 'closed'
25-
steps:
25+
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@v4
2828
- name: configure aws credentials

0 commit comments

Comments
 (0)