Skip to content

Merge pull request #23 from handlename/feature/error-detail-on-unexpe… #21

Merge pull request #23 from handlename/feature/error-detail-on-unexpe…

Merge pull request #23 from handlename/feature/error-detail-on-unexpe… #21

Workflow file for this run

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