CI fix tentative 2
Some checks failed
/ build (push) Failing after 1m1s
/ deploy (push) Has been skipped

This commit is contained in:
Gu://em_ 2025-05-30 12:48:14 +02:00
parent 74b012b690
commit 9977c5029b

View file

@ -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