This commit is contained in:
parent
a2afdf4d10
commit
b430662fb8
1 changed files with 15 additions and 0 deletions
15
.gitea/workflows/commit.yml
Normal file
15
.gitea/workflows/commit.yml
Normal 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 }}
|
Loading…
Add table
Reference in a new issue