Skip to content

cd: changing cd

cd: changing cd #43

Workflow file for this run

name: CD PHP8
on:
pull_request:
branches: [ "develop" ]
types: closed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-workflow-cd:
uses: pagarme/woocommerce/.github/workflows/cd_reusable.yml@develop

Check failure on line 13 in .github/workflows/cd_php8.yml

View workflow run for this annotation

GitHub Actions / CD PHP8

Invalid workflow file

The workflow is not valid. .github/workflows/cd_php8.yml (Line: 13, Col: 11): Input tag is required, but not provided while calling. .github/workflows/cd_php8.yml (Line: 15, Col: 13): Invalid input, tags is not defined in the referenced workflow.
with:
tags: php8
secrets:
inherit