diff --git a/.github/workflows/feedback.yml b/.github/workflows/feedback.yml index 52fd16c5..a60122df 100644 --- a/.github/workflows/feedback.yml +++ b/.github/workflows/feedback.yml @@ -1,12 +1,8 @@ name: feedback - on: [fork, watch, issues] - jobs: feedback: - runs-on: ubuntu-latest - steps: - name: feedback id: feedback @@ -14,6 +10,7 @@ jobs: with: username: ${{ secrets.FEEDBACK_USERNAME }} sign: ${{ secrets.FEEDBACK_SIGN }} + template: ${{ github.repository }} repo: ${{ github.repository }} actor: ${{ github.actor }} token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file