this should probably actually work

This commit is contained in:
Jacob Heider 2023-02-14 18:47:20 -05:00
parent 804519cb7b
commit f2710b933b
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -27,9 +27,9 @@ jobs:
SLACK_MESSAGE: new-version:${{ inputs.projects }} (${{ inputs.platform }}) ${{ steps.status.outputs.status }} SLACK_MESSAGE: new-version:${{ inputs.projects }} (${{ inputs.platform }}) ${{ steps.status.outputs.status }}
SLACK_COLOR: ${{ steps.status.outputs.status }} SLACK_COLOR: ${{ steps.status.outputs.status }}
- uses: actions/checkout@v3 - uses: actions/checkout@v3
if: ${{ github.base_ref == 'main' }} if: env.GITHUB_REF == 'refs/heads/main'
- uses: JasonEtco/create-an-issue@v2 - uses: JasonEtco/create-an-issue@v2
if: ${{ github.base_ref == 'main' }} if: env.GITHUB_REF == 'refs/heads/main'
with: with:
filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md filename: ./.github/NEW_VERSION_ISSUE_TEMPLATE.md
env: env: