We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa20fc commit 503bb37Copy full SHA for 503bb37
.github/workflows/split_monorepo.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: checkout
28
run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA"
29
- name: push-hook-dd-trace
30
- uses: tcarrio/git-filter-repo-docker-action@v1.2.0
+ uses: tcarrio/git-filter-repo-docker-action@v1.3.0
31
with:
32
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
33
targetOrg: open-feature-php
0 commit comments