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

Skip to content

Commit d11185a

Browse files
authored
add default value
1 parent b397fc7 commit d11185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
was-called:
1010
required: true
1111
type: boolean
12+
default: false
1213
secrets:
1314
TELEGRAM_TO:
1415
required: true
@@ -34,7 +35,6 @@ jobs:
3435
uses: actions/checkout@v2
3536
with:
3637
persist-credentials: false
37-
- run: echo ${{ github.event_name }}
3838
- if: ${{ inputs.was-called }} == true
3939
run: |
4040
git pull --rebase

0 commit comments

Comments
 (0)