Skip to content

Commit

Permalink
Merge pull request #97 from jedie/dev
Browse files Browse the repository at this point in the history
fix github CI
  • Loading branch information
jedie authored Oct 8, 2023
2 parents a72d9e7 + d860158 commit 5b5a0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
run: |
echo $GITHUB_REF $GITHUB_SHA
git clone --depth 1 https://github.com/$GITHUB_REPOSITORY.git .
git clone https://github.com/$GITHUB_REPOSITORY.git .
git fetch origin $GITHUB_SHA:temporary-ci-branch
git checkout $GITHUB_SHA || (git fetch && git checkout $GITHUB_SHA)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ See also git tags: https://github.com/jedie/manageprojects/tags
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)

* [**dev**](https://github.com/jedie/manageprojects/compare/v0.15.0...main)
* 2023-10-08 - fix github CI
* 2023-10-08 - Update for CookieCutter v2.4.0 changes
* 2023-10-08 - Autogenerate history via https://github.com/jedie/cli-base-utilities
* 2023-09-24 - apply migrations
Expand Down

0 comments on commit 5b5a0d4

Please sign in to comment.