lol #2

Open
lubiana wants to merge 14 commits from test into master
Showing only changes of commit eb520d0d13 - Show all commits

View file

@ -5,6 +5,15 @@ jobs:
container: container:
image: git.php.fail/lubiana/container/php:ci image: git.php.fail/lubiana/container/php:ci
steps: steps:
- name: Manually checkout
env:
REPO: '${{ github.repository }}'
TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GIT_SERVER: 'hannover.ccc.de/gitlab'
- run: |
git clone --branch $GITHUB_HEAD_REF https://${TOKEN}@${GIT_SERVER}/${REPO}.git .
git fetch
git checkout $GITHUB_HEAD_REF
- name: lol - name: lol
run: | run: |
ls -l ls -l