dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit d55bea37a23ecdf7367ad5b4e0b147904ea39264
parent b80ee97948f5c5d4739d5cf5ecccf828a5e452d2
Author: finwo <finwo@pm.me>
Date:   Tue, 17 Oct 2023 23:29:35 +0200

Show all variables after attempting path modifier

Diffstat:
Maction.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/action.yml b/action.yml @@ -14,3 +14,9 @@ runs: shell: pwsh run: | echo "dist" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + + - if: runner.os == 'Linux' + run: env + + - if: runner.os == 'Windows' + run: set