Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 8, 2024
1 parent 124b6f5 commit 319bb2c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@ jobs:
name: "Update Upstream From Fork"
runs-on: ubuntu-latest
steps:
- name: Echo ENV
# TODO improve logging
- name: Echo git status
# TODO consolidate the status logging in the next few steps
run: |
echo "GITHUB_OJB: $GITHUB_OBJ"
echo "GH_REPO: $GH_REPO"
echo "BASE_REF: $BASE_REF"
echo "REF: $REF"
echo "BEFORE_SHA: $BEFORE_SHA"
echo "LAST_SHA: $LAST_SHA"
echo "---------------"
echo "gh auth status"
gh auth status
Expand Down

0 comments on commit 319bb2c

Please sign in to comment.