Skip to content

chore(ci): test deploy 4 #17

chore(ci): test deploy 4

chore(ci): test deploy 4 #17

Workflow file for this run

name: PR Closed
on:
pull_request:
types: [closed]
concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
cancel-in-progress: true
jobs:
cleanup:
name: Cleanup and Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: label
packages: database backend frontend
cleanup_name: nr-nmp-dev-${{ github.event.number }}

Check failure on line 22 in .github/workflows/pr-close.yml

View workflow run for this annotation

GitHub Actions / PR Closed

Invalid workflow file

The workflow is not valid. .github/workflows/pr-close.yml (Line: 22, Col: 21): Invalid input, cleanup_name is not defined in the referenced workflow.