Fixing branch names

This commit is contained in:
Julien Lengrand-Lambert
2023-06-29 14:23:29 +02:00
parent 1d777b105c
commit 9540d0d61b
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 }}