Skip to content

Commit

Permalink
Amend action variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Ferguson committed Oct 15, 2024
1 parent fbaafc7 commit 4d34e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dzil_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d34e53

Please sign in to comment.