Skip to content

Commit

Permalink
chore(sync): checkout repository after sync (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi authored and github-actions[bot] committed Dec 19, 2024
1 parent 87ca360 commit b70fac5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/sync-with-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ jobs:
- name: No new commits
if: steps.sync.outputs.has_new_commits == 'false'
run: echo "There were no new commits."
- name: Refresh repository
id: refresh
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
if: steps.sync.outputs.has_new_commits == 'true'
shell: bash
run: |
git fetch --all --tags
with:
fetch-depth: 0
- name: Get new version tag
id: new-version-tag
if: steps.sync.outputs.has_new_commits == 'true'
Expand Down

0 comments on commit b70fac5

Please sign in to comment.