parent
52588326f8
commit
e7edb4d684
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/main.yaml
Normal file
9
.forgejo/workflows/main.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
job:
|
||||||
|
runs-on: bookworm
|
||||||
|
steps:
|
||||||
|
- name: cd
|
||||||
|
run: eval '${{vars.cd}}'
|
||||||
|
|
||||||
|
- run: cd-browse-workspace
|
Loading…
Reference in a new issue