Skip to content

chore: fix ci

chore: fix ci #26

Workflow file for this run

name: test dist
on:
pull_request:
branches: [develop]
paths:
- dist/index.js
jobs:
generator:
if: startsWith(github.head_ref, 'release/') != true

Check failure on line 10 in .github/workflows/test-dist.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-dist.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: changelog
uses: ./
id: changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: 666.666.666.666
- name: Add comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
${{ steps.changelog.outputs.changelog }}