Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Sep 2, 2024
1 parent 3b12a97 commit 4195dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
using: "composite"
steps:
- name: Update lean-toolchain
run: ./scripts/getLatest.ps1
run: ${{ github.action_path }}/scripts/getLatest.ps1
env:
GH_TOKEN: ${{ github.token }}
shell: pwsh
Expand Down

0 comments on commit 4195dc7

Please # to comment.