Agents Webhookサテライト連携を追加 #1

Merged
yotta merged 5 commits from codex/add-agents-webhook-satellite into main 2026-07-18 00:14:29 +00:00
Showing only changes of commit bebb0016b6 - Show all commits
+5 -1
View File
@@ -20,7 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
run: |
git init .
git remote add origin "https://gitea.mukan.0am.jp/${{ gitea.repository }}.git"
git fetch --depth=1 origin "${{ gitea.sha }}"
git checkout --detach FETCH_HEAD
- name: Build test stage
run: |