Skip to content

Commit

Permalink
added echo statements to identify owner email and username
Browse files Browse the repository at this point in the history
  • Loading branch information
Surfdoc committed Sep 20, 2024
1 parent d24115b commit 3eb1aa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vci-directory-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
else
echo 'no changes'
fi
- name: Print GIT_OWNER
run: |
echo $GIT_OWNER_EMAIL
echo $GIT_OWNER_NAME
- name: save log files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3eb1aa5

Please sign in to comment.