diff --git a/README.md b/README.md index f0e5a25..8c869fa 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,19 @@ jobs: manage: runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v3 - - - name: React to new issue - uses: alpa-team/manage-package@ - with: - copr-login: ${{ secrets.COPR_LOGIN }} - copr-token: ${{ secrets.COPR_TOKEN }} - gh-api-token: ${{ secrets.GH_API_TOKEN }} - debug: true + steps: + - name: Checkout repo + uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: React to new issue + uses: alpa-team/manage-package@ + with: + copr-login: ${{ secrets.COPR_LOGIN }} + copr-token: ${{ secrets.COPR_TOKEN }} + gh-api-token: ${{ secrets.GH_API_TOKEN }} + debug: true ``` ### Options