fix: ensure PORT is parsed as an integer; standardize HTML attribute … #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Repository Links | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
update-links: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: vixshan/[email protected] | |
with: | |
token: ${{ secrets.GH_TOKEN }} | |
create-pr: 'true' # Optional, defaults to false |