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 1fafff5 commit ee710c2Copy full SHA for ee710c2
.github/workflows/main.yml
@@ -66,6 +66,7 @@ jobs:
66
# See https://github.community/t/how-to-commit-to-two-branches-from-an-action/17713
67
- name: Checkout the website branch
68
uses: actions/checkout@v2
69
+ if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
70
with:
71
ref: website
72
clean: 'false'
0 commit comments