Skip to content

Commit

Permalink
Fix fetching of newly created PR in awesome-template-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 1, 2024
1 parent 7eba51a commit 10a8ee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
with:
# We need to get the whole commit history to be able to re-call the actions/checkout action below and fetch
# the new PR created by AndreasAugustin/actions-template-sync. This is a known limitation:
# https://github.com/actions/checkout/issues/439
fetch-depth: 0
- name: Sync from template repo
id: template_sync
uses: AndreasAugustin/actions-template-sync@v1.8.0
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
This version is not released yet and is under active development.
```

- Fix fetching of newly created PR in `awesome-template-sync`.

## [3.3.1 (2024-03-01)](https://github.com/kdeldycke/workflows/compare/v3.3.0...v3.3.1)

- Update repository URLs in `awesome-template-sync` job before re committing the PR.
Expand Down

0 comments on commit 10a8ee4

Please sign in to comment.