Skip to content

Commit d6735bd

Browse files
authored
Fix typo in Push workflow
1 parent 4f56780 commit d6735bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout code
5252
uses: actions/checkout@v2
5353
- name: Run codacy-analysis-cli
54-
uses: codacy/codacy-analysis-cli-action@@1.0.1
54+
uses: codacy/codacy-analysis-cli-action@1.0.1
5555

5656
Package:
5757
needs: [BuildAndTest]

0 commit comments

Comments
 (0)