Skip to content

Commit

Permalink
build: add sync-fork action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiankrome0001 committed Dec 13, 2024
1 parent 7f57b6e commit 2e5a000
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: ${{ github.ref_name }}
BRANCH_NAME: ${{ github.ref_name }}
- run |
git fetch --tags https://github.com/dagger/dagger
git push --tags


0 comments on commit 2e5a000

Please sign in to comment.