Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
synacker committed Sep 11, 2024
1 parent 8e6aa96 commit 326856e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/daggy-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup environment
run: |
Expand Down
1 change: 0 additions & 1 deletion git_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def build(self):
@property
def branch(self):
stream = os.popen("git branch --show-current")

return stream.read().strip()

@property
Expand Down

0 comments on commit 326856e

Please sign in to comment.