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 87ad540 commit 519c07eCopy full SHA for 519c07e
.github/workflows/docs.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
runs-on: ubuntu-latest
59
60
- if: ${{ github.repository == 'flutter/news_toolkit' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.repository == 'VGVentures/news_toolkit' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
61
62
defaults:
63
run:
0 commit comments