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 ce25001 commit 8468e49Copy full SHA for 8468e49
.github/workflows/workflow.yml
@@ -64,6 +64,6 @@ jobs:
64
if: steps.changed_files.outputs.any_changed == 'true'
65
uses: GetStream/push-stream-chat-docusaurus-action@main
66
with:
67
- target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'staging' }}
+ target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
68
env:
69
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
0 commit comments