Skip to content

build(deps-dev): Bump @actions/core from 1.11.1 to 2.0.1 (#4702) #6

build(deps-dev): Bump @actions/core from 1.11.1 to 2.0.1 (#4702)

build(deps-dev): Bump @actions/core from 1.11.1 to 2.0.1 (#4702) #6

Workflow file for this run

name: Deployment Prep
on:
workflow_dispatch:
push:
branches:
- master
jobs:
config:
if: github.repository == 'anuraghazra/github-readme-stats'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Deployment Prep
run: python ./.github/workflows/deploy-prep.py
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
with:
branch: vercel
create_branch: true
push_options: "--force"