Skip to content

Commit

Permalink
dump git config
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent 7004505 commit 0159d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
du -a
git config --global --add safe.directory /github/workspace/create-bosh-release-action-test-boshrelease
git --no-pager config --global --list
- name: Test dev release
id: test_dev_release
Expand Down
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https:/
git config --global user.name "actions/bosh-packager@v2"
git config --global user.email "<>"
git config --global --add safe.directory /github/workspace
git --no-pager config --global --list

if [ "${release}" == "true" ]; then
# remove existing release if any
Expand Down

0 comments on commit 0159d28

Please sign in to comment.