Skip to content

Commit 910c068

Browse files
authored
Update pylint.yml
1 parent 1e97698 commit 910c068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
environment: st
2121
steps:
22-
- run: echo "deploy_st: ${{ inputs.deploy_st }}"
22+
- run: echo "deploy to st"
2323
deploy_dev:
2424
runs-on: ubuntu-latest
2525
environment: dev
2626
steps:
27-
- run: echo "${{ inputs.deploy_dev }}"
27+
- run: echo "deploy to dev"
2828

2929

0 commit comments

Comments
 (0)