Skip to content

Commit

Permalink
Testing ${{ env.HOME }}
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 4, 2024
1 parent 9a7ca04 commit b340e26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
shell: powershell
Linux:
env:
HOME: ${{ github.workspace }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -73,12 +71,12 @@ jobs:
uses: ./
with:
include: tests
mt-path: ${HOME}/.wine/drive_c
mt-path: ${{ env.HOME }}/.wine/drive_c
syntax-only: true
verbose: true
- name: Run local action (compile)
uses: ./
with:
include: tests
mt-path: ${HOME}/.wine/drive_c
mt-path: ${{ env.HOME }}/.wine/drive_c
verbose: true

0 comments on commit b340e26

Please sign in to comment.