Skip to content

Commit 319bb7d

Browse files
committed
NO-ISSUE check 2
1 parent 9628764 commit 319bb7d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/generate-code.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
submodules: recursive
22-
# - name: Update submodules
23-
# run: git submodule update --remote --recursive
22+
- name: Update submodules
23+
run: git submodule update --remote --recursive
2424
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2525
id: setup_node_id
2626
with:
@@ -46,7 +46,6 @@ jobs:
4646
echo "diff excluding submodule: $diff_excluding_submodule"
4747
4848
echo "DIFF_IS_EMPTY=$([[ -z "$diff_excluding_submodule" ]] && echo 'true' || echo 'false')" >> $GITHUB_ENV
49-
5049
echo "CURRENT_DATETIME=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
5150
## Run if diff exists and pull request, and make CI status failure (but allow renovate bot)
5251
- if: ${{ github.event_name == 'pull_request' && env.DIFF_IS_EMPTY != 'true' && github.actor != 'renovate[bot]' }}

lib/shop/model/errorResponse.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ export type ErrorResponse = {
1717
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3">message Documentation</a>
1818
*/
1919
message: string /**/;
20+
hoge: string;
21+
22+
2023
};

0 commit comments

Comments
 (0)