This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch fix-job in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
commit dd1e889b44e9d4a1168146031d06d1a21107f343 Author: PJ Fanning <[email protected]> AuthorDate: Mon Aug 14 10:09:33 2023 +0100 Update publish-1.0-docs.yml the '.' in the name is not alowed --- .github/workflows/publish-1.0-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-1.0-docs.yml b/.github/workflows/publish-1.0-docs.yml index a5369f09..931f7e56 100644 --- a/.github/workflows/publish-1.0-docs.yml +++ b/.github/workflows/publish-1.0-docs.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: jobs: - publish-1.0-docs: + publish-docs: name: sbt publish runs-on: ubuntu-latest if: github.repository == 'apache/incubator-pekko-grpc' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
