Push della base.
Some checks failed
show settings / show_settings (push) Failing after 13s

This commit is contained in:
Emiliano Vavassori 2024-03-02 18:45:46 +01:00
parent 01d7c160ed
commit 958e2d14cd

View File

@ -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 }}