test
All checks were successful
/ build (pull_request) Successful in 23s

This commit is contained in:
Jonas 2024-09-17 18:55:06 +02:00
parent d70f0b2270
commit 4ec86a8467
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