-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/matievisthekat/poopmap-bio
- Loading branch information
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# PoopMap Bio | ||
Include your poops from PoopMap in your GitHub bio | ||
Include your poops from [PoopMap](https://www.poopmap.net) ([Android](https://play.google.com/store/apps/details?id=net.poopmap) / [iOS](https://itunes.apple.com/us/app/poop-map/id1303269455?mt=8)) in your GitHub bio, like this: | ||
|
||
<p align="center"> | ||
<img src="https://i.imgur.com/hVwDcZO.png?1" /> | ||
</p> | ||
|
||
### Example | ||
```yml | ||
name: PoopMap | ||
on: | ||
# Schedule updates (each hour) | ||
schedule: | ||
- cron: "0 * * * *" | ||
push: | ||
branches: | ||
- master | ||
- main | ||
jobs: | ||
poopmap-bio: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: matievisthekat/poopmap-bio@latest | ||
with: | ||
# Your GitHub token (MUST INCLUDE 'user' SCOPE) | ||
personal_access_token: ${{ secrets.POOP_TOKEN }} | ||
|
||
# Your PoopMap username | ||
username: "poop-face-bob" | ||
|
||
# Your PoopMap password | ||
password: ${{ secrets.POOP_PASSWORD }} | ||
``` | ||
### Notes | ||
This action currently only calculates poops from the last 24 hours. If you would like other time frames please open an issue or fork this repo and create a PR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters