Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1793109

Browse files
authored
try string
1 parent bf6e539 commit 1793109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
inputs:
99
was-called:
1010
required: true
11-
type: int
12-
default: 0
11+
type: string
12+
default: 'no'
1313
secrets:
1414
TELEGRAM_TO:
1515
required: true
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v2
3636
with:
3737
persist-credentials: false
38-
- if: ${{ inputs.was-called }} == 1
38+
- if: ${{ inputs.was-called }} == 'yes'
3939
run: |
4040
git pull --rebase
4141
- name: Check out CPython

0 commit comments

Comments
 (0)