Attempt to fix failing check graphs build step

adaptive-previews-device-classes
Don Turner 2 months ago committed by Eric Schmidt
parent b521b4b46e
commit 25d9fae292

@ -82,7 +82,7 @@ jobs:
- name: Check Graphs
id: graphs_verify
run: git add -- '**/README.md' && git diff --cached --quiet --exit-code -- '**/README.md'
run: git add -- "**/README.md" && git diff --cached --quiet --exit-code -- "**/README.md"
- name: Prevent updating graphs if this is a fork
id: checkfork_graphs

Loading…
Cancel
Save