another test of fixed quoters
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 5s

This commit is contained in:
shockrah 2024-09-03 19:13:23 -07:00
parent 3b28167de0
commit 0d9536be0f

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup ssh agent - name: Setup ssh agent
run: eval $(ssh-agent -s) run: eval $(ssh-agent -s)
- name: Add private key to agent - name: Add private key to agent
run: echo ${{ secrets.PRIVATE_KEY }} | ssh-add - > /dev/null run: echo "${{ secrets.PRIVATE_KEY }}" | ssh-add - > /dev/null
- name: Create tmp .ssh directory - name: Create tmp .ssh directory
run: mkdir -p ~/.ssh run: mkdir -p ~/.ssh
- name: Ensure perms on tmp .ssh directory - name: Ensure perms on tmp .ssh directory