We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15f7c7 commit 321ae7aCopy full SHA for 321ae7a
.github/workflows/update.yml
@@ -118,11 +118,10 @@ jobs:
118
# Build documentation after update is successful
119
name: Call
120
needs: [update-translations]
121
- steps:
122
- - uses: ./.github/workflows/[email protected]
123
- with:
124
- TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
125
- TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
+ uses: rffontenelle/python-docs-pt-br/.github/workflows/[email protected]
+ secrets:
+ TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
+ TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
126
127
call-compendium:
128
# Generate compendium after update is successful
0 commit comments