diff --git a/.github/workflows/ci-action-runner.yaml b/.github/workflows/ci-phrase-trigger.yaml similarity index 85% rename from .github/workflows/ci-action-runner.yaml rename to .github/workflows/ci-phrase-trigger.yaml index 683925c5abd8b..9ce48472dedbf 100644 --- a/.github/workflows/ci-action-runner.yaml +++ b/.github/workflows/ci-phrase-trigger.yaml @@ -17,7 +17,7 @@ # under the License. # -name: Action Runner +name: Phrase Trigger on: issue_comment: types: [created] @@ -30,8 +30,6 @@ jobs: timeout-minutes: 120 steps: - - name: Get PR details - env: - PR_CONTENT: ${{ github.event.pull_request }} - run: | - echo $PR_CONTENT + - name: Trigger actions + id: phrase-trigger + uses: sijie/pulsar-github-actions/trigger-phrase@master