Skip to content

Commit

Permalink
fix github yaml indent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed Feb 1, 2024
1 parent c6ab7b6 commit 9b1cc7c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/polarify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ polarify:
contents: write

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Polarify
uses: polarsource/actions/polarify@main
with:
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
- name: Check out code
uses: actions/checkout@v3

- name: Polarify
uses: polarsource/actions/polarify@main
with:
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

0 comments on commit 9b1cc7c

Please sign in to comment.