diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index ef5f7c6..919d61e 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -31,8 +31,13 @@ jobs: super_secret: ${{ secrets.NICE_SECRET }} run: | echo Hello, world! - env - + env > env_output.txt + cat env_output.txt + - name: Archive results + uses: actions/upload-artifact@v4 + with: + name: archived-results + path: env_output.txt # Runs a set of commands using the runners shell - name: Run a multi-line script run: |