Skip to content

Commit

Permalink
Fix glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Sep 4, 2024
1 parent a78073f commit 834d083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Sync Polar ads
uses: polarsource/actions/ads@main
with:
path: ads/demo.md
path: "**/*.md"
token: ${{ steps.polar.outputs.token }}

- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Sync Polar ads
uses: polarsource/actions/ads@v1
with:
path: ads/demo.md
path: README.md
token: ${{ steps.polar.outputs.token }}
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 834d083

Please sign in to comment.