Skip to content

Commit

Permalink
Update linkapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvikshan authored Nov 18, 2024
1 parent 34cecd5 commit de813c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/linkapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vixshan/[email protected]
with:
fetch-depth: 0 # This ensures we have the full git history

- uses: vixshan/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
create-pr: 'true' # Optional, defaults to false
config-path: '.github/updatelinks.yml' # Explicitly set the config path
create-pr: 'true'

0 comments on commit de813c3

Please sign in to comment.