Skip to content

Commit

Permalink
fix: bug in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantwrp committed Nov 17, 2023
1 parent 5576e78 commit 17ead42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Push to store repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: {{ secrets.STORE_DEPLOY_KEY }}
SSH_DEPLOY_KEY: ${{ secrets.STORE_DEPLOY_KEY }}
with:
source-directory: 'coverage'
target-directory: 'coverage'
Expand Down

0 comments on commit 17ead42

Please sign in to comment.