diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 4f1ad8695..555d488b2 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -15,5 +15,5 @@ jobs: uses: maxam2017/productive-box@master env: GH_TOKEN: ${{ secrets.GH_TOKEN }} - GIST_ID: 3b6ecf2621f492632018912a61025276 - TIMEZONE: Europe/Berlin + GIST_ID: 9842e074b8ee46aef76fd0d493bae0ed + TIMEZONE: Asia/Taipei diff --git a/action.yml b/action.yml index ffdb519be..bfdf6dc6e 100644 --- a/action.yml +++ b/action.yml @@ -5,5 +5,5 @@ branding: icon: "activity" color: "blue" runs: - using: "node12" + using: "node16" main: "dist/index.js"