mirror of
https://github.com/jlengrand/github-repository-stats-action.git
synced 2026-03-10 08:21:21 +00:00
Removes branch from script
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
steps:
|
||||
- name: Grabbing repo stats
|
||||
id: hello
|
||||
uses: /jlengrand/github-repository-stats-action@feat/stars
|
||||
uses: /jlengrand/github-repository-stats-action@main
|
||||
with:
|
||||
access-token: ${{ secrets.ACCESS_TOKEN }}
|
||||
server-url: ${{ secrets.SERVER_URL }}
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- name: Grabbing repo stats
|
||||
id: hello_custom
|
||||
uses: /jlengrand/github-repository-stats-action@feat/stars
|
||||
uses: /jlengrand/github-repository-stats-action@main
|
||||
with:
|
||||
access-token: ${{ secrets.ACCESS_TOKEN }}
|
||||
server-url: ${{ secrets.SERVER_URL }}
|
||||
|
||||
Reference in New Issue
Block a user