New Stable Workflow and New Dockercentral Repo (#2262)
This commit is contained in:
parent
10fcce2e43
commit
cadb0896e0
3 changed files with 20 additions and 4 deletions
4
.github/workflows/pr-check.yml
vendored
4
.github/workflows/pr-check.yml
vendored
|
|
@ -11,6 +11,10 @@ jobs:
|
|||
check_pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Extract branch name
|
||||
shell: bash
|
||||
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
|
||||
id: extract_branch
|
||||
- name: Check PR Body
|
||||
uses: JJ/github-pr-contains-action@releases/v10
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue