Skip to content

Commit

Permalink
Fix typo in flow name
Browse files Browse the repository at this point in the history
  • Loading branch information
poltak committed Feb 8, 2024
1 parent 1a38255 commit ea45071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Add SSH private keys for pulling submodule private repositories
uses: webfactory/ssh-agent@0.9.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down

0 comments on commit ea45071

Please sign in to comment.