test
Some checks failed
/ build (pull_request) Failing after 0s

This commit is contained in:
Jonas 2024-09-17 18:54:25 +02:00
parent eb520d0d13
commit d70f0b2270
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -10,10 +10,10 @@ jobs:
REPO: '${{ github.repository }}' REPO: '${{ github.repository }}'
TOKEN: '${{ secrets.GITHUB_TOKEN }}' TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GIT_SERVER: 'hannover.ccc.de/gitlab' GIT_SERVER: 'hannover.ccc.de/gitlab'
- run: | run: |
git clone --branch $GITHUB_HEAD_REF https://${TOKEN}@${GIT_SERVER}/${REPO}.git . git clone --branch $GITHUB_HEAD_REF https://${TOKEN}@${GIT_SERVER}/${REPO}.git .
git fetch git fetch
git checkout $GITHUB_HEAD_REF git checkout $GITHUB_HEAD_REF
- name: lol - name: lol
run: | run: |
ls -l ls -l