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 2e0a256 commit fe3abaeCopy full SHA for fe3abae
.github/workflows/build-and-push.yaml
@@ -103,7 +103,7 @@ jobs:
103
rm -Rf $(ls . | grep -v config)
104
rm -Rf .gitignore .dockerignore .github .git .yamllint.yaml
105
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
+ echo "Generated by [Service PR #${{ github.event.number }}](https://github.com/trustyai-explainability/trustyai-service/pull/${{ github.event.number }})" >> README.md
107
108
# push to ci-manifest repo
109
- uses: cpina/github-action-push-to-another-repository@main
0 commit comments