mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-02 01:21:14 +00:00
Amend action variable reference
This commit is contained in:
parent
fbaafc74be
commit
4d34e53a5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dzil_tester.yml
vendored
2
.github/workflows/dzil_tester.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
- uses: actions/checkout@main
|
||||
- name: Amend PATH
|
||||
run: |
|
||||
echo "${{ env.GITHUB_WORKSPACE }}/t/bin" >> $GITHUB_PATH
|
||||
echo "${GITHUB_WORKSPACE}/t/bin" >> $GITHUB_PATH
|
||||
- name: Current env
|
||||
run: env
|
||||
- name: Perl info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue