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

Skip to content

Commit a15f7c7

Browse files
authored
make it a step
1 parent 2599f05 commit a15f7c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ jobs:
118118
# Build documentation after update is successful
119119
name: Call
120120
needs: [update-translations]
121-
uses: rffontenelle/python-docs-pt-br/.github/workflows/[email protected]
121+
steps:
122+
- uses: ./.github/workflows/[email protected]
123+
with:
124+
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
125+
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
122126

123127
call-compendium:
124128
# Generate compendium after update is successful

0 commit comments

Comments
 (0)