mirror of
https://github.com/zsbai/wechat-versions.git
synced 2026-05-13 07:16:43 +00:00
19 lines
451 B
YAML
19 lines
451 B
YAML
name: Wechat Dest Version
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 7 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
save_new_wechat:
|
|
runs-on: macos-13
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
# - name: Test Github Action Server Time
|
|
# run: echo `date`
|
|
- name: Check new version and push
|
|
env:
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
run: bash -x ./scripts/destVersionForMac.sh ${{ github.event.inputs.download_link }}
|