Skip to content

Commit fb7726f

Browse files
authored
add required variable to workflow call
1 parent b39a2da commit fb7726f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120
name: call
121121
needs: [update]
122122
uses: rffontenelle/python-docs-pt-br/.github/workflows/build.yml@3.10
123+
with:
124+
was-called: yes
123125
secrets:
124126
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
125127
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}

0 commit comments

Comments
 (0)