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: on:
push: push:
branches: branches:
@ -19,8 +18,8 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Get current date - name: Get current date
id: date id: date
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M%S')" run: echo "::set-output name=date::$(date +'%Y%m%d%H%M%S')"
- name: Setup SSH - name: Setup SSH
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh