Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saulfabregwiivc committed Dec 28, 2024
2 parents 8d81d89 + c0f4abc commit 09f254d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Get commit SHA
run: |
set a=${{ github.sha }}
echo "SHORT_SHA=$(git rev-parse --short a)" >> $GITHUB_ENV
echo "Commit SHA is %a:~0,7%"
echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "Commit SHA is $(git rev-parse --short HEAD)"
echo "Commit SHA is " $(git rev-parse --short HEAD)
- name: Setup MSBuild v1.1
uses: microsoft/setup-msbuild@v1.1
Expand Down

0 comments on commit 09f254d

Please sign in to comment.