Skip to content

Commit

Permalink
debug: ls -l
Browse files Browse the repository at this point in the history
  • Loading branch information
svennjegac committed Oct 3, 2023
1 parent 0e4aa9f commit f83c81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
UPSTREAM_SHA=$(git ls-remote $UPSTREAM $UPSTREAM_BRANCH | awk '{print $1;}')
echo "Upstream SHA: $UPSTREAM_SHA"
ls -l
# Check that upstream commit can be found in our forked Git repo. (We are in sync with latest upstream).
FOUND_UPSTREAM_SHA=$(git cat-file -t "$UPSTREAM_SHA")
Expand Down

0 comments on commit f83c81e

Please sign in to comment.