diff --git a/.gitea/workflows/debpkg.yaml b/.gitea/workflows/debpkg.yaml index 289dd0a..fe126d6 100644 --- a/.gitea/workflows/debpkg.yaml +++ b/.gitea/workflows/debpkg.yaml @@ -19,7 +19,9 @@ jobs: - name: Building package continue-on-error: false run: | - cd ${{ gitea.basedir }}/debian + ls -l / + echo '---------------------' + cd ${GITHUB_WORKSPACE}/debian ls -l debuild -us -uc -b - name: Try to upload artifacts diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f74271a..ce9f5da 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,9 +1,9 @@ name: Gitea Actions Demo -run-name: $ is testing out Gitea Actions 🚀 +run-name: ${{ gitea.url }} is testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: - runs-on: slon-vm + runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event.name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" @@ -14,6 +14,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | + ls ${{ github.basedir }} && pwd ls ${{ gitea.basedir }} && pwd - run: printenv - run: echo "🍏 This job's status is ${{ gitea.job.status }}."