Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down