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 32b74e9 commit 7829e3eCopy full SHA for 7829e3e
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
92
93
- name: Create GitHub App token
94
- if: github.ref_name == 'master' && github.repository == 'plotly/graphing-library-docs'
+ if: github.ref_name == github.event.repository.default_branch && github.repository == 'plotly/graphing-library-docs'
95
uses: actions/create-github-app-token@v2
96
id: app-token
97
with:
0 commit comments