Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Sep 17, 2024
1 parent bb6db7c commit bb13b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ jobs:
expected="$root/expected-report.json"
current="$root/report.json"
changes="$root/changes-report.json"
head=$(git rev-parse HEAD)
head="$(git rev-parse HEAD)"
git status
case '${{github.event_name}}' in
'pull_request')
Expand Down

0 comments on commit bb13b44

Please sign in to comment.