diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 128d8d8..f86af0e 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -5,4 +5,5 @@ jobs: steps: - uses: actions/checkout@v3 - run: | - ls ${{ github.workspace }} \ No newline at end of file + ls ${{ github.workspace }} + - run: env | sort \ No newline at end of file