Skip to content

Commit

Permalink
Fix typo in Push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel authored Oct 8, 2020
1 parent 4f56780 commit d6735bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run codacy-analysis-cli
uses: codacy/codacy-analysis-cli-action@@1.0.1
uses: codacy/[email protected]

Package:
needs: [BuildAndTest]
Expand Down

0 comments on commit d6735bd

Please sign in to comment.