test/.forgejo/workflows/demo.yml

24 lines
599 B
YAML
Raw Normal View History

name: Build
run-name: ${{ gitea.actor }} Builder
on:
push:
branches:
- main
2023-10-06 21:31:38 +00:00
jobs:
BuildAndDeploy:
runs-on: ubuntu-latest
container:
image: git.php.fail/lubiana/container/hugogit
steps:
- name: Manually checkout
env:
REPO: '${{ github.repository }}'
TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GIT_SERVER: 'git.php.fail'
run: |
git clone --branch $GITHUB_REF_NAME https://${TOKEN}@${GIT_SERVER}/${REPO}.git .
git fetch
git checkout ${{ github.head_ref }}
-name: list
run: ls