Skip to content

Deploy v2.0.0

Deploy v2.0.0 #92

Workflow file for this run

name: 📑 Yarn Lock Changes
on:
pull_request: {}
permissions:
actions: write
contents: write
pull-requests: write
jobs:
yarn-changes:
name: 📑 Yarn Lock Changes
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: 📑 Yarn Lock Changes
uses: Simek/yarn-lock-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
collapsibleThreshold: 25
failOnDowngrade: false
path: yarn.lock
updateComment: true