Skip to content

fix(ci): fix pr-validate #11

fix(ci): fix pr-validate

fix(ci): fix pr-validate #11

Workflow file for this run

name: PR Validate
on:
pull_request:
types: [edited, opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-edit-${{ github.event.number }}
cancel-in-progress: true
env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-${{ github.event.number }}
jobs:
validate:
name: Validate PR
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
with:
markdown_links: |

Check failure on line 20 in .github/workflows/pr-validate.yml

View workflow run for this annotation

GitHub Actions / PR Validate

Invalid workflow file

The workflow is not valid. .github/workflows/pr-validate.yml (Line: 20, Col: 23): Unrecognized named-value: 'env'. Located at position 1 within expression: env.PREFIX
- [Frontend](https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}/) available
results:
name: Validate Results
needs: [validate]
runs-on: ubuntu-22.04
steps:
- run: echo "Workflow completed successfully!"