diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1af640..89edc31 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/referrals + 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/referrals + uses: /jlengrand/github-repository-stats-action@main with: access-token: ${{ secrets.ACCESS_TOKEN }} server-url: ${{ secrets.SERVER_URL }}