From 51dac71ca4ea2e4e85eee7ba82a6a8ac7ff584a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:22:30 +0200 Subject: [PATCH] fix: bump specs/webdriver-bidi from `05a283e` to `62b8dfe` (#16) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Rudenko --- .github/workflows/ci.yml | 4 +--- specs/webdriver-bidi | 2 +- tools/build.sh | 3 +++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eed098..ee5d4f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,8 @@ jobs: - name: Commit and push changes if: contains(github.event.pull_request.labels.*.name, 'commit-updates') && steps.check_changes.outputs.changes == 'true' run: | - git status - git diff git config --global user.name 'browser-automation-bot' git config --global user.email '133232582+browser-automation-bot@users.noreply.github.com' - git add . + git add . --all git commit -m 'chore: commit updated files' --no-verify git push diff --git a/specs/webdriver-bidi b/specs/webdriver-bidi index 05a283e..62b8dfe 160000 --- a/specs/webdriver-bidi +++ b/specs/webdriver-bidi @@ -1 +1 @@ -Subproject commit 05a283e85f605fb78bb2514cfb16034afd90d9cc +Subproject commit 62b8dfe9ad3b2d1ac7634e85416d41a66f59d05a diff --git a/tools/build.sh b/tools/build.sh index 10e13ea..9969c49 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -15,6 +15,9 @@ git submodule update --init cddlconv specs/webdriver-bidi/all.cddl > src/gen/main.ts cddlconv specs/permissions/all.cddl > src/gen/permissions.ts +(cd specs/webdriver-bidi && git reset --hard HEAD && git clean -fd) +(cd specs/permissions && git reset --hard HEAD && git clean -fd) + npx tsc -p tsconfig.json npx tsd npm run format \ No newline at end of file