Skip to content

Commit

Permalink
fix: bump specs/webdriver-bidi from 05a283e to 62b8dfe (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
  • Loading branch information
dependabot[bot] and OrKoN authored Jun 28, 2024
1 parent 6e697ce commit 51dac71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion specs/webdriver-bidi
Submodule webdriver-bidi updated 1 files
+1 −1 index.bs
3 changes: 3 additions & 0 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51dac71

Please sign in to comment.