Skip to content

Commit

Permalink
Fix missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneIRL committed Oct 10, 2023
1 parent 69dae8d commit 5252919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
name: janeirl
config: ${{ secrets.JANEIRL_SSH_DEPLOY_CONFIG }}
if_key_exists: fail
# we are SSH'ing to github.com, silly goof.
known_hosts: unnecessary

- name: Deploy
if: ${{ github.ref == 'refs/heads/main' }}
env:
SSH_DEPLOY_KEY: ${{ secrets.JANEIRL_SSH_DEPLOY_KEY }}
run: |
git remote add janeirl [email protected]:JaneIRL/hackuta2023-site.git
git push janeirl

0 comments on commit 5252919

Please sign in to comment.