Skip to content

Commit 0ab2024

Browse files
authored
fix(workflows): self-hosted runner 인식 못하는 문제 수정
1 parent 021560f commit 0ab2024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: [self-hosted, linux, x64]
10+
runs-on: [self-hosted, Linux, X64]
1111
steps:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)