New Stable Workflow and New Dockercentral Repo (#2262)

This commit is contained in:
Joe Milazzo 2023-09-04 05:26:35 -07:00 committed by GitHub
parent 10fcce2e43
commit cadb0896e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 4 deletions

View file

@ -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: