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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: alpine-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir ~/.ssh
|
- run: mkdir ~/.ssh
|
||||||
- name: create ssh profile
|
- name: create ssh profile
|
||||||
|
|
Reference in a new issue