Skip to content

Fail step context list when there are no contexts #250

Fail step context list when there are no contexts

Fail step context list when there are no contexts #250

Workflow file for this run

name: Action CI
on:
push:
tags-ignore:
- 'v*'
branches:
- "master"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
actionci:
permissions:
contents: read
actions: read
security-events: write
uses: smallstep/workflows/.github/workflows/actionci.yml@main
secrets: inherit