i'll get this

This commit is contained in:
Jacob Heider 2023-02-16 18:41:49 -05:00
parent 9ca61e2568
commit 74fa81843b
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -27,11 +27,11 @@ jobs:
SLACK_MESSAGE: new-version:${{ inputs.projects }} (${{ inputs.platform }}) ${{ steps.status.outputs.status }}
SLACK_COLOR: ${{ steps.status.outputs.status }}
- run: env | grep ^GITHUB
- run: echo "${{ env.GITHUB_REF_NAME == 'main'}}"
- run: echo "${{ github.ref_name == 'main'}}"
- uses: actions/checkout@v3
if: ${{ env.GITHUB_REF_NAME == 'main'}}
if: github.ref_name == 'main'
- uses: JasonEtco/create-an-issue@v2
if: ${{ env.GITHUB_REF_NAME == 'main'}}
if: github.ref_name == 'main'
with:
filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md
env: