File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
# - [provider, go-feature-flag, GoFeatureFlag]
26
26
steps :
27
27
- 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"
29
29
- 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
31
31
with :
32
32
privateKey : ${{ secrets.SSH_PRIVATE_KEY }}
33
33
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 }}
36
36
tagFilter : ^open-feature/${{ matrix.config[1] }}-
37
37
filterArguments : |
38
38
--subdirectory-filter "${{matrix.config[0] }}s/${{ matrix.config[2] }}/" \
You can’t perform that action at this time.
0 commit comments