Skip to content

Commit

Permalink
build: add sync-fork action [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankrome0001 committed Dec 13, 2024
1 parent 1711cbe commit d1d3dd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: ${{ github.ref_name }}
- uses: actions/checkout@v4
- name: fetch and push tags
shell: bash
run: |
git fetch --tags --prune --prune-tags origin feature/blabla
git fetch --tags https://github.com/dagger/dagger
git push --tags
Expand Down

0 comments on commit d1d3dd5

Please sign in to comment.