Skip to content

Commit

Permalink
updated NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Sep 10, 2023
1 parent f47eb19 commit 1fdab69
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,26 @@ https://github.com/silverqx/files/raw/main/clazy-standalone.tar.bz2

- print all contexts:

Linux:

- name: Dump pwd
run: pwd
- name: Dump OS env (unsorted)
run: env
- name: Dump OS env (sorted)
run: |
env | sort --ignore-case

Windows:

- name: Dump pwd
run: Get-Location
- name: Dump OS env
run: |
Get-ChildItem env:

Common:

- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
Expand Down

0 comments on commit 1fdab69

Please sign in to comment.