mirror of
https://github.com/jlengrand/github-repository-stats-action.git
synced 2026-03-10 08:21:21 +00:00
Fixing branch names
This commit is contained in:
2
.github/workflows/stats.yml
vendored
2
.github/workflows/stats.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- name: Grabbing repo stats
|
||||
id: stats
|
||||
uses: /jlengrand/github-repository-stats-action@feat/grabbing-repo-stats
|
||||
uses: /jlengrand/github-repository-stats-action@main
|
||||
with:
|
||||
access-token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: Grabbing repo stats output
|
||||
|
||||
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/grabbing-repo-stats
|
||||
uses: /jlengrand/github-repository-stats-action@feat/custom-repo
|
||||
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/grabbing-repo-stats
|
||||
uses: /jlengrand/github-repository-stats-action@feat/custom-repo
|
||||
with:
|
||||
access-token: ${{ secrets.ACCESS_TOKEN }}
|
||||
server-url: ${{ secrets.SERVER_URL }}
|
||||
|
||||
Reference in New Issue
Block a user