Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed May 27, 2024
1 parent cf277f4 commit 62b2dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: github.event_name == 'pull_request'
with:
fetch-depth: 0
ref: $ {{ github.event.pull_request.head.sha }}
ref: ${{ github.event.pull_request.head.sha }}

- run: |
docker run --name gvtest --entrypoint "" -v "$(pwd):/repo" gittools/gitversion /bin/bash -c "git config --global --add safe.directory '*'; /tools/dotnet-gitversion /repo"
Expand Down

0 comments on commit 62b2dcc

Please sign in to comment.