Skip to content

Merge pull request #5 from chaspy/add-ci #1

Merge pull request #5 from chaspy/add-ci

Merge pull request #5 from chaspy/add-ci #1

Workflow file for this run

name: tagpr
on:
push:
branches: ['main']
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:

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

View workflow run for this annotation

GitHub Actions / tagpr

Invalid workflow file

The workflow is not valid. .github/workflows/tagpr.yml (Line: 10, Col: 14): Unexpected value ''
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}