diff --git a/.gitea/workflows/msbuild.yaml b/.gitea/workflows/msbuild.yaml index c6cd923..d926f46 100644 --- a/.gitea/workflows/msbuild.yaml +++ b/.gitea/workflows/msbuild.yaml @@ -13,6 +13,11 @@ jobs: run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts - uses: actions/checkout@v2 + - name: Where Am I + shell: bash + working-directory: ${{runner.workspace}} + run: whoami && pwd && ls -l && env + - name: Start Web shell: bash working-directory: ${{runner.workspace}}/MyWebApp