diff --git a/.gitea/workflows/use-go-action.yaml b/.gitea/workflows/use-go-action.yaml index d4fc1e9..de81303 100644 --- a/.gitea/workflows/use-go-action.yaml +++ b/.gitea/workflows/use-go-action.yaml @@ -13,3 +13,6 @@ jobs: - name: Print Output run: echo 'output time is ${{ steps.use-go-action.outputs.time }}' + + - name: Who and Where am I + run: echo 'ls -la && whoami && pwd'