.forgejo/workflows/demo.yml aktualisiert
This commit is contained in:
parent
40a88d4382
commit
856917dadc
1 changed files with 12 additions and 11 deletions
|
@ -1,14 +1,15 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: git.php.fail/lubiana/container/php
|
||||
- name: Manually checkout
|
||||
env:
|
||||
REPO: '${{ github.repository }}'
|
||||
TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
GIT_SERVER: 'git.php.fail'
|
||||
run: |
|
||||
- run: |
|
||||
git clone --branch $GITHUB_REF_NAME https://${TOKEN}@${GIT_SERVER}${REPO}.git .
|
||||
git fetch
|
||||
git checkout ${{ github.head_ref }}
|
||||
|
|
Loading…
Reference in a new issue