Skip to content

Commit

Permalink
env in job
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rybakov committed Aug 18, 2023
1 parent a8682c3 commit 4edb81e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
push:
branches-ignore:
- 'refs/tags/v'
env:
PACKAGE_NAME: deker_shell


jobs:
checks:
env:
PACKAGE_NAME: deker_shell
uses: openweathermap/deker-actions/.github/workflows/checks.yml@master
with:
package-name: ${{PACKAGE_NAME}}
package-name: $PACKAGE_NAME
python-version: '3.9'
min-coverage: 60

0 comments on commit 4edb81e

Please sign in to comment.