Skip to content

Commit

Permalink
fix: Remove extraneous 'uses:' (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored May 8, 2024
1 parent bdde352 commit 1800f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: uses: sliteteam/github-action-git-crypt-unlock@1.2.0
- uses: sliteteam/github-action-git-crypt-unlock@1.2.0
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down

0 comments on commit 1800f7a

Please sign in to comment.