Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Update README.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik authored Jul 20, 2023
1 parent 1d888f9 commit 5324c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
slackWebhookUrl: 'DISCORD_WEBHOOK_URL'
```
Internally, the Action uses [actions/checkout](https://github.com/actions/checkout/) and [stefanzweifel/git-auto-commit-action](stefanzweifel/git-auto-commit-action) to restore and update the feed cache. This allows the Action to remember which item was previously posted and prevents duplicate postings.
Internally, the Action uses [actions/checkout](https://github.com/actions/checkout/) and basic Git features (committing and pushing changes to the repo it's run on) to restore and update the feed cache. This allows the Action to avoid posting duplicates.
The Action won't post anything if cache is empty (i.e. on first run or when you delete cache from the directory).
Expand Down

0 comments on commit 5324c52

Please sign in to comment.