You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/06/13 23:23:12 UTC

[pulsar] branch master updated: fix: action repo path (#16035)

This is an automated email from the ASF dual-hosted git repository.

mmarshall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new d8fa20d53c2 fix: action repo path (#16035)
d8fa20d53c2 is described below

commit d8fa20d53c20b9586ab5a2916c74a4a7f1b3a11d
Author: Max Xu <ma...@gmail.com>
AuthorDate: Tue Jun 14 07:23:05 2022 +0800

    fix: action repo path (#16035)
    
    Signed-off-by: Max Xu <ma...@gmail.com>
    
    This is a follow up change to https://github.com/apache/pulsar/pull/16027
    
    <!--
    ### Contribution Checklist
    
      - PR title format should be *[type][component] summary*. For details, see *[Guideline - Pulsar PR Naming Convention](https://docs.google.com/document/d/1d8Pw6ZbWk-_pCKdOmdvx9rnhPiyuxwq60_TrD68d7BA/edit#heading=h.trs9rsex3xom)*.
    
      - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
    
      - Each pull request should address only one issue, not mix up code from multiple issues.
    
      - Each commit in the pull request has a meaningful commit message
    
      - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
    
    **(The sections below can be removed for hotfixes of typos)**
    -->
    
    ### Motivation
    
    Wrong action repository path.
    
    ### Modifications
    
    Update action repository path
    
    ### Verifying this change
    
    - [ ] Make sure that the change passes the CI checks.
    
    *(Please pick either of the following options)*
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    *(or)*
    
    This change is already covered by existing tests, such as *(please describe tests)*.
    
    *(or)*
    
    This change added tests and can be verified as follows:
    
    *(example:)*
      - *Added integration tests for end-to-end deployment with large payloads (10MB)*
      - *Extended integration test for recovery after broker failure*
    
    ### Does this pull request potentially affect one of the following parts:
    
    *If `yes` was chosen, please highlight the changes*
    
      - Dependencies (does it add or upgrade a dependency): (yes / no)
      - The public API: (yes / no)
      - The schema: (yes / no / don't know)
      - The default values of configurations: (yes / no)
      - The wire protocol: (yes / no)
      - The rest endpoints: (yes / no)
      - The admin cli options: (yes / no)
      - Anything that affects deployment: (yes / no / don't know)
    
    ### Documentation
    
    Check the box below or label this PR directly.
    
    Need to update docs?
    
    - [ ] `doc-required`
    (Your PR needs to update docs and you will update later)
    
    - [ ] `doc-not-needed`
    (Please explain why)
    
    - [ ] `doc`
    (Your PR contains doc changes)
    
    - [ ] `doc-complete`
    (Docs have been already added)
---
 .github/workflows/ci-documentbot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-documentbot.yml b/.github/workflows/ci-documentbot.yml
index 03debde79aa..77bec448a26 100644
--- a/.github/workflows/ci-documentbot.yml
+++ b/.github/workflows/ci-documentbot.yml
@@ -37,7 +37,7 @@ jobs:
       - name: Checkout action
         uses: actions/checkout@v3
         with:
-          repository: apache/pulsar-test-infra/docbot
+          repository: apache/pulsar-test-infra
           ref: master
 
       - name: Set up Go