gitea push action
All checks were successful
on push / build (push) Successful in 7s

This commit is contained in:
Oliver Lippert 2024-02-01 23:38:28 +01:00
parent a2afdf4d10
commit b430662fb8
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -0,0 +1,15 @@
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 }}