Skip to content

Instantly share code, notes, and snippets.

@JacobLinCool
Created August 11, 2021 12:15
Show Gist options
  • Save JacobLinCool/7bfac183261f8a0b69c74c0acae26460 to your computer and use it in GitHub Desktop.
Save JacobLinCool/7bfac183261f8a0b69c74c0acae26460 to your computer and use it in GitHub Desktop.
name: 自動化
on:
schedule:
- cron: "0 5,17 * * *"
workflow_dispatch:
jobs:
automation:
name: 自動化
runs-on: macos-latest
steps:
- name: Bahamut Automation (Account 1)
uses: JacobLinCool/Bahamut-Automation@v0.6.7
with:
modules: "login,ad_handler,sign,guild,answer,lottery,logout,report,telegram"
parameters: ${{ secrets.parameters1 }}
- name: Bahamut Automation (Account 2)
uses: JacobLinCool/Bahamut-Automation@v0.6.7
with:
modules: "login,ad_handler,sign,guild,answer,lottery,logout,report,telegram"
parameters: ${{ secrets.parameters2 }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment