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