Skip to content

fix polarify

fix polarify #4

Workflow file for this run

name: Polarify
# Example action of how to use the polarsource/actions/polarify action and auto-commiting the results to the repository.
on:
# Run after every push
push:
branches: ["main"]
# Hourly
schedule:
- cron: "0 * * * *"
# Allow to trigger manually from the GitHub Actions Web UI
workflow_dispatch: {}
jobs:
polarify:
name: "Polarify"
timeout-minutes: 15
runs-on: ubuntu-22.04
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Polarify
uses: polarsource/actions/polarify@main
with:

Check failure on line 33 in .github/workflows/polarify.yaml

View workflow run for this annotation

GitHub Actions / Polarify

Invalid workflow file

The workflow is not valid. .github/workflows/polarify.yaml (Line: 33, Col: 20): Unexpected value '' .github/workflows/polarify.yaml (Line: 34, Col: 15): Unexpected value 'path'
path: "README.md"
env:
POLAR_API_TOKEN: ${{ secrets.POLAR_API_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update polar comments
branch: main