Skip to content

Commit

Permalink
Merge branch 'Tinker-Twins:AutoDRIVE' into AutoDRIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinker-Twins authored Nov 9, 2023
2 parents c3421c2 + 3f2ae65 commit f988b61
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: gh login
run: echo "${{ secrets.SECRET_TOKEN }}" | gh auth login --with-token
Expand Down
13 changes: 13 additions & 0 deletions CLONE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


**Markdown**

```markdown
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/Tinker-Twins/e2855ef0fa018279b206045be92424cb/raw/clone.json&logo=github)](https://github.com/MShawon/github-clone-count-badge)

```

**HTML**
```html
<a href='https://github.com/MShawon/github-clone-count-badge'><img alt='GitHub Clones' src='https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/Tinker-Twins/e2855ef0fa018279b206045be92424cb/raw/clone.json&logo=github'></a>
```
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<img src="https://badgen.net/github/stars/Tinker-Twins/AutoDRIVE?icon=github&label=Stars">
<img src="https://badgen.net/github/forks/Tinker-Twins/AutoDRIVE?icon=github&label=Forks">
<img src="https://img.shields.io/github/downloads/Tinker-Twins/AutoDRIVE/total?color=blue&label=Downloads&logo=github&logoColor=white">
<a href='https://github.com/MShawon/github-clone-count-badge'><img alt='GitHub Clones' src='https://img.shields.io/badge/dynamic/json?color=blue&label=Clones&query=count&url=https://gist.githubusercontent.com/Tinker-Twins/e2855ef0fa018279b206045be92424cb/raw/clone.json&logo=github'></a>
</p>

## Project Overview
Expand Down

0 comments on commit f988b61

Please sign in to comment.