Skip to content

Commit

Permalink
FIXME: Workaround for actions/checkout#760
Browse files Browse the repository at this point in the history
  • Loading branch information
fff0x committed Apr 13, 2022
1 parent d62c337 commit 2a23cfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: huf-mobility-solutions/github-tag-action@master
uses: liberkee/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

### WORKAROUND for: https://github.com/actions/checkout/issues/760
export GIT_CEILING_DIRECTORIES="/github/workspace"
git config --global --add safe.directory /github/workspace
###

# config
default_semvar_bump=${DEFAULT_BUMP:-minor}
with_v=${WITH_V:-false}
Expand Down

0 comments on commit 2a23cfb

Please sign in to comment.