This commit is contained in:
parent
0076f57e00
commit
508158c929
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ run-name: update on ${{ github.sha }}
|
|||
on: [push]
|
||||
jobs:
|
||||
main:
|
||||
runs-on: alpine-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: mkdir ~/.ssh
|
||||
- name: create ssh profile
|
||||
|
|
Reference in a new issue