pipeline-test-subsequent-wo.../.gitea/workflows/commit.yml
Oliver Lippert b430662fb8
All checks were successful
on push / build (push) Successful in 7s
gitea push action
2024-02-01 23:38:28 +01:00

15 lines
260 B
YAML

name: on push
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Ref
shell: bash
run: echo ${{ github.ref }}