Skip to content

Use inherited secrets #20

Use inherited secrets

Use inherited secrets #20

Workflow file for this run

name: Debian
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
schedule:
- cron: '13 4 * * *'
jobs:
supported-debian-versions:
name: Supported Debian versions
runs-on: ubuntu-latest
outputs:
debian: ${{ steps.supported-debian-versions.outputs.versions }}
steps:
- id: supported-debian-versions
name: Generate Debian
uses: wyrihaximus/github-action-supported-debian-linux-versions@v1
ci:
needs:
- supported-debian-versions
name: Continuous Integration
uses: ./.github/workflows/ci.yml

Check failure on line 24 in .github/workflows/debian.yml

View workflow run for this annotation

GitHub Actions / Debian

Invalid workflow file

The workflow is not valid. In .github/workflows/debian.yml (Line: 24, Col: 11): Error from called workflow WyriHaximusNet/docker-php/.github/workflows/ci.yml@d17c775006e31fa38a6ecf102fd1ec8d41a11177 (Line: 10, Col: 14): Unexpected value 'inherit'
with:
alpine: "[]"
debian: ${{ needs.supported-debian-versions.outputs.debian }}