mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-14 08:33:07 +08:00
Compare commits
2 Commits
39ed25a3fe
...
cb4a324ff2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb4a324ff2 | ||
|
|
f9146533dc |
2
.github/workflows/__shared-ci.yml
vendored
2
.github/workflows/__shared-ci.yml
vendored
@ -12,7 +12,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
linter:
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.1
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.17.0
|
||||
with:
|
||||
linter-env: |
|
||||
FILTER_REGEX_EXCLUDE=dist/**/*
|
||||
|
||||
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@ -13,4 +13,4 @@ permissions:
|
||||
|
||||
jobs:
|
||||
greetings:
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.16.1
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.17.0
|
||||
|
||||
2
.github/workflows/main-ci.yml
vendored
2
.github/workflows/main-ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
app-id: ${{ vars.CI_BOT_APP_ID }}
|
||||
private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
|
||||
|
||||
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.16.1
|
||||
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.17.0
|
||||
with:
|
||||
github-token: ${{ steps.generate-token.outputs.token }}
|
||||
branch: docs/actions-workflows-documentation-update
|
||||
|
||||
2
.github/workflows/need-fix-to-issue.yml
vendored
2
.github/workflows/need-fix-to-issue.yml
vendored
@ -21,7 +21,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.1
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.17.0
|
||||
with:
|
||||
manual-commit-ref: ${{ inputs.manual-commit-ref }}
|
||||
manual-base-ref: ${{ inputs.manual-base-ref }}
|
||||
|
||||
2
.github/workflows/semantic-pull-request.yml
vendored
2
.github/workflows/semantic-pull-request.yml
vendored
@ -13,4 +13,4 @@ permissions:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.16.1
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.17.0
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -10,4 +10,4 @@ permissions:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.1
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.17.0
|
||||
|
||||
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
@ -10481,7 +10481,7 @@ var version = function (options) {
|
||||
});
|
||||
};
|
||||
exports.version = version;
|
||||
var stats = function (service) {
|
||||
var stats = function (service, options) {
|
||||
return __awaiter(this, void 0, void 0, function () {
|
||||
var args, result, output, error_8;
|
||||
return __generator(this, function (_a) {
|
||||
@ -10491,7 +10491,7 @@ var stats = function (service) {
|
||||
_a.label = 1;
|
||||
case 1:
|
||||
_a.trys.push([1, 3, , 4]);
|
||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
|
||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
|
||||
// Remove first and last quote from output, as well as newline.
|
||||
];
|
||||
case 2:
|
||||
|
||||
4
dist/post.js
generated
vendored
4
dist/post.js
generated
vendored
@ -3772,7 +3772,7 @@ var version = function (options) {
|
||||
});
|
||||
};
|
||||
exports.version = version;
|
||||
var stats = function (service) {
|
||||
var stats = function (service, options) {
|
||||
return __awaiter(this, void 0, void 0, function () {
|
||||
var args, result, output, error_8;
|
||||
return __generator(this, function (_a) {
|
||||
@ -3782,7 +3782,7 @@ var stats = function (service) {
|
||||
_a.label = 1;
|
||||
case 1:
|
||||
_a.trys.push([1, 3, , 4]);
|
||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
|
||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
|
||||
// Remove first and last quote from output, as well as newline.
|
||||
];
|
||||
case 2:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user