Skip to content

build(deps): Bump selenium from 4.23.0 to 4.24.0 #658

build(deps): Bump selenium from 4.23.0 to 4.24.0

build(deps): Bump selenium from 4.23.0 to 4.24.0 #658

Workflow file for this run

name: AllUp
on:
push:
branches: [ main ]
pull_request:
types:
- opened
- synchronize
- reopened
schedule:
- cron: '26 1 * * 5'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
env:
TZ: Asia/Shanghai
jobs:
AllUp:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.12'
cache: 'pip'
- name: Install Python Dependencies
run: pip install -r requirements.txt
- name: Main
run: python main.py
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
GITHUB_REF: ${{ github.ref }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
- uses: actions4git/setup-git@v1
- run: |
git checkout --orphan artifact/${{ github.ref }}
git add AllUp.wikitext
git commit -m "Update data"
git push --force origin artifact/${{ github.ref }}
- name: Preview on Pull Request
if: ${{ github.event_name == 'pull_request' }}
uses: thollander/[email protected]
with:
filePath: PR_preview.md
comment_tag: actions-wikitext-preview