CI fix tentative 2
This commit is contained in:
parent
74b012b690
commit
9977c5029b
|
@ -1,4 +1,3 @@
|
|||
name: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -19,8 +18,8 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M%S')"
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M%S')"
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
|
Loading…
Reference in a new issue