Skip to content

Commit

Permalink
Update dotnet-test.yml fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEmber authored Oct 29, 2023
1 parent daef116 commit da74bb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
if: ${{ always() }}
deploy:
runs-on: ubuntu-latest
needs: build

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.5
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_KEY }}

Expand Down

0 comments on commit da74bb4

Please sign in to comment.