Skip to content

chore(deps): bump vixshan/linkapp from 1.0.2 to 1.1.9 (#262) #37

chore(deps): bump vixshan/linkapp from 1.0.2 to 1.1.9 (#262)

chore(deps): bump vixshan/linkapp from 1.0.2 to 1.1.9 (#262) #37

Workflow file for this run

name: Update Repository Links
on:
push:
branches: [main]
workflow_dispatch:
jobs:
update-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # This ensures we have the full git history
- uses: vixshan/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
config-path: '.github/updatelinks.yml' # Explicitly set the config path
create-pr: 'true'