Skip to content

Commit efa20fc

Browse files
committed
feat: push implicit tags from prefilter operation
1 parent fb74125 commit efa20fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/split_monorepo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
# - [provider, go-feature-flag, GoFeatureFlag]
2626
steps:
2727
- name: checkout
28-
run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA" && pwd && ls -alh
28+
run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA"
2929
- name: push-hook-dd-trace
30-
uses: tcarrio/git-filter-repo-docker-action@v1.1.0
30+
uses: tcarrio/git-filter-repo-docker-action@v1.2.0
3131
with:
3232
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
3333
targetOrg: open-feature-php
34-
targetRepo: ${{ matrix.config[0] }}-${{ matrix.config[1] }}
35-
targetBranch: refs/tags/${{ github.event.release.tag_name }}
34+
targetRepo: ${{ matrix.config[1] }}-${{ matrix.config[0] }}
35+
# targetBranch: refs/tags/${{ github.event.release.tag_name }}
3636
tagFilter: ^open-feature/${{ matrix.config[1] }}-
3737
filterArguments: |
3838
--subdirectory-filter "${{matrix.config[0] }}s/${{ matrix.config[2] }}/" \

0 commit comments

Comments
 (0)