Skip to content

Commit

Permalink
tmp: test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Jan 24, 2024
1 parent ba32190 commit 6a33386
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update_report_snapshot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update Report Snapshot

on:
push:
branches: [feat/338_WeeklyReportScript]
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
Expand All @@ -12,10 +14,11 @@ jobs:
- uses: actions/checkout@v3
with:
repository: Magickbase/websites
ref: feat/338_WeeklyReportScript
- name: report:update
run: |
yarn install
yarn report:update
yarn workspace @magickbase-website/scripts report:update
git add packages/scripts/snapshots
- name: Set GPG
Expand All @@ -32,5 +35,5 @@ jobs:
title: Update Report Snapshot
commit-message: 'feat: update report snapshot'
body: 'After this PR is merged, a corresponding discussion will be automatically created'
committer: Chen Yu <chenyu@magickbase.com>
committer: WhiteMind <whitemind@qq.com>
branch: update-report-snapshot

0 comments on commit 6a33386

Please sign in to comment.