Skip to content

Commit

Permalink
hello runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MaykGyver committed Apr 16, 2024
1 parent 0938174 commit 8a07e2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- run: get-localuser > localuser.txt
- run: whoami > whoami.txt
- run: Get-Location > whereami.txt
# - run: tree C:\ /A > tree.txt
- run: tree C:\ /A > tree_c.txt
- run: tree D:\ /A > tree_d.txt
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.runner }}
Expand Down

0 comments on commit 8a07e2f

Please sign in to comment.