mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
Fix autorun code-gen script
This commit is contained in:
parent
4a2984ad68
commit
25eff41755
3
.github/workflows/run_autogen.yml
vendored
3
.github/workflows/run_autogen.yml
vendored
@ -32,11 +32,10 @@ jobs:
|
||||
|
||||
- name: Run dispatch generator
|
||||
run: echo "python script/generate_dispatch.py --auto"
|
||||
python script/generate_dispatch.py --auto
|
||||
|
||||
- name: Diff source to see if anything changed
|
||||
id: git-diff
|
||||
run: echo "::set-output name=git-diff::$(git diff --quiet HEAD~1 HEAD -- apps/api/src || echo true)"
|
||||
run: echo "::set-output name=git-diff::$(git diff --quiet HEAD~0 || echo true)"
|
||||
|
||||
- name: pull-request
|
||||
uses: repo-sync/pull-request@v2
|
||||
|
Loading…
Reference in New Issue
Block a user