Skip to content

Commit

Permalink
Fix GitHub workflow legacy syntax
Browse files Browse the repository at this point in the history
Fix GitHub workflow legacy syntax
  • Loading branch information
almasen committed Dec 30, 2023
1 parent 0647832 commit 52988cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Publish test coverage
uses: easingthemes/[email protected]
env:
with:
SOURCE: "coverage"
SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}
REMOTE_HOST: ${{ secrets.SSH_HOST }}
Expand Down

0 comments on commit 52988cf

Please sign in to comment.