Skip to content

package name in parentheses #19

package name in parentheses

package name in parentheses #19

Workflow file for this run

name: push
on:
push:
branches-ignore:
- 'refs/tags/v'
env:
PACKAGE_NAME: deker_shell
jobs:
checks:
uses: openweathermap/deker-actions/.github/workflows/checks.yml@master
with:
package-name: ${{PACKAGE_NAME}}

Check failure on line 14 in .github/workflows/on_push.yml

View workflow run for this annotation

GitHub Actions / push

Invalid workflow file

The workflow is not valid. .github/workflows/on_push.yml (Line: 14, Col: 21): Unrecognized named-value: 'PACKAGE_NAME'. Located at position 1 within expression: PACKAGE_NAME
python-version: '3.9'
min-coverage: 60