Compare commits

...

2 Commits

Author SHA1 Message Date
a620906209 153aee5f94 Merge pull request 'fix: 修正 Gitea Actions runner 標籤不符問題' (#9) from chore/openspec-gitignore-setup into master
Deploy Production / deploy (push) Has been cancelled
Reviewed-on: #9
2026-05-25 15:40:19 +00:00
a620906209 f996a0053b fix: 修正 Gitea Actions runner 標籤不符問題
將 runs-on 從 self-hosted 改為 ubuntu-latest,
與 act_runner 實際註冊的標籤一致。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 23:34:51 +08:00
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Pull latest code
run: |