This repository has been archived on 2025-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
test/.gitea/workflows/build.yml
merlin 7c80f5373a
All checks were successful
Docker Image CI / build (push) Successful in 0s
test: values
2025-10-22 22:18:05 +08:00

21 lines
439 B
YAML

name: Docker Image CI
on:
push:
branches:
- main
jobs:
build:
runs-on: gitea-official-runner
steps:
- name: Checkout code
env:
QWE: ${{github.sha}}
QWRR: ${{github.repository}}
QWEWQ: $GITHUB_REF_NAME
run: |
echo $GITHUB_SHA $QWE
echo $GITHUB_REPOSITORY $QWRR
echo $QWEWQ
echo ${{github.ref.name}} ${{github.repository}} ${{github.sha}}