remove echo (#6305)

This commit is contained in:
pngwn 2023-11-06 16:36:34 +00:00 committed by GitHub
parent 1d986217f6
commit 5b5af1899d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,6 @@ jobs:
source_repo: ${{ steps.pr_details.outputs.source_repo }}
source_branch: ${{ steps.pr_details.outputs.source_branch }}
steps:
- name: echo concurrency group
run: echo ${{ github.event.workflow_run.head_repository.full_name }}::${{ github.event.workflow_run.head_branch }}
- name: get pr details
id: pr_details
uses: gradio-app/github/actions/find-pr@main