Skip to content

Commit d703017

Browse files
authored
remove logo for now
1 parent b12fb5e commit d703017

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1+
<h1 align="center">myosc</h1>
12
<p align="center">
3+
Flex your open-source contributions like a pro 🤟🏽 <br>
4+
A github action to list all your pull requests in a markdown file
5+
</p>
6+
7+
<!-- <p align="center">
28
<p align="center">
39
<a href=""><img src="https://github.com/Bhupesh-V/moc/blob/main/assets/logo.png?raw=true" alt="moc-action-logo" height="400px"></a>
410
</p>
5-
</p>
6-
7-
[![Integration Test](https://github.com/developersIndia/moc/actions/workflows/integration.yml/badge.svg?branch=main)](https://github.com/developersIndia/moc/actions/workflows/integration.yml) ![GitHub](https://img.shields.io/github/license/developersIndia/moc?color=%23848484&label=License&logo=GitHub) ![Discord](https://img.shields.io/discord/669880381649977354?color=%237289da&label=Discord&logo=Discord) ![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/developersIndia?style=social)
11+
</p> -->
812

9-
## Folk's using `moc`
13+
<p align="center">
14+
<p align="center">
15+
<a href="https://github.com/developersIndia/myosc/actions/workflows/integration.yml"><img src="https://github.com/developersIndia/myosc/actions/workflows/integration.yml/badge.svg?branch=main"></a>
16+
<a href=""><img src="https://img.shields.io/github/license/developersIndia/myosc?color=orange&label=License&logo=GitHub"></a>
17+
<a href="https://discord.gg/MKXMSNC"><img src="https://img.shields.io/discord/669880381649977354?color=%237289da&label=Discord&logo=Discord"></a>
18+
<a href="https://www.reddit.com/r/developersIndia/"><img src="https://img.shields.io/reddit/subreddit-subscribers/developersIndia?style=social"></a>
19+
</p>
20+
</p>
1021

11-
- [**`Bhupesh-V's` list of contributions**](https://github.com/Bhupesh-V/my-contributions)
12-
- [`+ Add yourself`](https://github.com/developersIndia/moc/pulls)
1322

1423

1524
## ❓ Usage
1625

17-
### Example workflow
18-
1926
- You can use the following workflow as it is, just copy/paste in a file named `my-contributions.yml` inside your workflows directory.
2027
- You can manually trigger builds but the recommended way is to schedule the build using cron.
2128
<!-- - The push action is performed by [ad-m/github-push-action](https://github.com/ad-m/github-push-action) -->
@@ -36,19 +43,24 @@ jobs:
3643
steps:
3744
- uses: actions/checkout@v2
3845
- name: Generate My PRs List 👀
39-
uses: developersIndia/moc@main
46+
uses: developersIndia/myosc@main
4047
with:
4148
username: "${{ github.actor }}"
4249
filename: "README.md"
4350
```
4451
4552
### Inputs
4653
47-
moc accepts following input variables.
54+
myosc accepts following input variables.
4855
4956
- `username` (required) : Your github username.
5057
- `filename` (optional) : A filename for the new markdown file, defaults to README.md
5158

59+
## Folk's using `myosc`
60+
61+
- [**`Bhupesh-V's` list of contributions**](https://github.com/Bhupesh-V/my-contributions)
62+
- [`+ Add yourself`](https://github.com/developersIndia/myosc/pulls)
63+
5264
## 📝 License
5365

5466
This project is [GPLV3](https://github.com/Bhupesh-V/memer-action/blob/master/LICENSE) licensed.

0 commit comments

Comments
 (0)