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 66ba5ce commit dabcee8Copy full SHA for dabcee8
.github/workflows/bump.yml
@@ -0,0 +1,19 @@
1
+name: Bump helium-chromium submodule to latest version
2
+
3
+on: workflow_dispatch
4
5
+permissions:
6
+ contents: write
7
+ pull-requests: write
8
9
+jobs:
10
+ bump:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout repo
14
+ uses: actions/checkout@v4
15
+ with: { submodules: true, fetch-depth: 0 }
16
17
+ - name: Run bump-platform action from helium-chromium
18
+ uses: imputnet/helium-chromium/.github/actions/bump-platform@main
19
+ with: { token: ${{ github.token }} }
0 commit comments