This commit is contained in:
13
.gitea/workflows/test.yaml
Normal file
13
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Test Actions
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Builder:
|
||||
runs-on: toolchain
|
||||
steps:
|
||||
- name: Пунь
|
||||
uses: https://codex.r10x.net/actions/tools@master
|
||||
- run: ls -la
|
||||
Reference in New Issue
Block a user