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 cfdc97d commit d176217Copy full SHA for d176217
3 files changed
.github/workflows/merge.yml
@@ -13,6 +13,8 @@ jobs:
13
main-merge:
14
if: github.event.pull_request.merged == true
15
runs-on: ubuntu-latest
16
+ container:
17
+ image: bitsrc/stable:latest
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_ACCESS_TOKEN }}
.github/workflows/pull-request.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
verify:
9
10
11
12
.github/workflows/verify.yml
@@ -8,6 +8,8 @@ on:
0 commit comments