Push della base.
This commit is contained in:
parent
01d7c160ed
commit
958e2d14cd
|
@ -3,6 +3,8 @@ name: show settings
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
show_settings:
|
show_settings:
|
||||||
runs-on: site-builder
|
runs-on: debian-bookworm
|
||||||
steps:
|
steps:
|
||||||
- run: echo ${{ gitea.workspace }}
|
- uses: actions/checkout@v4
|
||||||
|
- run: ls -la
|
||||||
|
- run: ls -la ${{ gitea.workspace }}
|
||||||
|
|
Loading…
Reference in New Issue