diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 1e015f2..419812b 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f63443..1c82142 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}