Skip to content

update

update #25

Workflow file for this run

name: tagpr
on:
push:
branches:
- main
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }}
- uses: Songmu/tagpr@main
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}