Skip to content

Commit fe3abae

Browse files
committed
fix: Fix PR repo url
1 parent 2e0a256 commit fe3abae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
rm -Rf $(ls . | grep -v config)
104104
rm -Rf .gitignore .dockerignore .github .git .yamllint.yaml
105105
echo "## Automatically Generated Manifests for Service CI" > README.md
106-
echo "Generated by [Service PR #${{ github.event.number }}](https://github.com/trustyai-explainability/trustyai-explainability/pull/${{ github.event.number }})" >> README.md
106+
echo "Generated by [Service PR #${{ github.event.number }}](https://github.com/trustyai-explainability/trustyai-service/pull/${{ github.event.number }})" >> README.md
107107
108108
# push to ci-manifest repo
109109
- uses: cpina/github-action-push-to-another-repository@main

0 commit comments

Comments
 (0)