Skip to content

Commit 8f9ebd9

Browse files
committed
fix: add setup id calculate_architecture
1 parent 7f48483 commit 8f9ebd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/node-test-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102

103103
- name: Calculate Architecture
104104
uses: actions/github-script@v7
105+
id: calculate_architecture
105106
with:
106107
result-encoding: string
107108
script: |

.github/workflows/node-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: Calculate Architecture
7979
uses: actions/github-script@v7
80+
id: calculate_architecture
8081
with:
8182
result-encoding: string
8283
script: |

0 commit comments

Comments
 (0)