Skip to content

Commit 82696a5

Browse files
authored
Merge pull request #95 from GoCon/update-session-140655
【2025/08/26】セッション情報更新
2 parents f747af2 + c3f6474 commit 82696a5

File tree

4 files changed

+9832
-7217
lines changed

4 files changed

+9832
-7217
lines changed

.github/workflows/update-session.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ jobs:
4040
- name: Set branch name
4141
id: set_branch
4242
run: |
43-
echo "branch=update-session-$(date +'%H%M%S')" >> $GITHUB_OUTPUT
43+
echo "branch=update-session-$(TZ='Asia/Tokyo' date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
44+
45+
- name: Set current date
46+
id: set_date
47+
run: echo "pr_title_date=$(TZ='Asia/Tokyo' date +'%Y/%m/%d')" >> $GITHUB_OUTPUT
4448

4549
- name: Create Pull Request
4650
if: steps.git_diff.outputs.changed == 'true'
4751
uses: peter-evans/create-pull-request@v7
4852
with:
4953
branch: ${{ steps.set_branch.outputs.branch }}
50-
title: "【$(date +'%Y/%m/%d')】セッション情報更新"
54+
title: "【${{ steps.set_date.outputs.pr_title_date }}】セッション情報更新"
5155
commit-message: "Update sessionize data"
5256
body: "Sessionize APIから最新データを取得し、sessions/speakers/timetable.jsonを更新しました。"
5357
add-paths: |

0 commit comments

Comments
 (0)