Removes branch from script

This commit is contained in:
Julien Lengrand-Lambert
2023-07-07 14:45:07 +02:00
parent a1e837095e
commit 2668f97dd1

View File

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