Skip to content

Add tagpr

Add tagpr #1

Workflow file for this run

name: tagpr
on:
push:
branches: ["main"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:

Check failure on line 8 in .github/workflows/tagpr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tagpr.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- uses: actions/checkout@v4
- uses: Songmu/tagpr@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
fetch-depth: 0