Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lim-deriv committed Sep 17, 2023
1 parent 1de1790 commit bb4a84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/[email protected]
- uses: ./.github/actions/ssh-agent
with:
read_github_ssh_key: ${{ secrets.WRITE_GITHUB_SSH_KEY }}
write_github_ssh_key: ${{ secrets.WRITE_GITHUB_SSH_KEY }}
- uses: actions/setup-python@v4
with:
python-version: "3.9.6"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_schema_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/[email protected]
- uses: ./.github/actions/ssh-agent
with:
read_github_ssh_key: ${{ secrets.WRITE_GITHUB_SSH_KEY }}
write_github_ssh_key: ${{ secrets.WRITE_GITHUB_SSH_KEY }}
- uses: actions/setup-python@v4
with:
python-version: "3.9.6"
Expand Down

0 comments on commit bb4a84c

Please sign in to comment.