fix: env.local后才能读取环境变量,page.evaluate变量必须从外部显示的传入, 因为在浏览器上下文它是读取不了的 #179
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: IssueManagementAutomation(勿动) | |
on: | |
schedule: | |
- cron: "0 1-9/3 * * *" #"0 18 * * *" "0 */6 * * *" | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
issues: | |
types: [opened] | |
permissions: | |
issues: write | |
contents: read | |
jobs: | |
manage-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- name: auto lock baipiao | |
uses: 14790897/[email protected] | |
with: | |
gh_token: ${{ secrets.GITHUB_TOKEN }} | |
gh_repo: ${{ github.repository }} | |
issue_labels: ${{ secrets.ISSUE_LABELS }} |