Fixed action code.
This commit is contained in:
parent
259b5c1988
commit
a91d5d125c
1 changed files with 33 additions and 31 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
name: 'Install Roswell & Qlot'
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Current Env
|
||||
run: |
|
||||
env | sort -u
|
||||
|
|
Loading…
Reference in a new issue