This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
二维码过期了 #1139
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: feedback | |
on: [fork, watch, issues] | |
jobs: | |
feedback: | |
runs-on: ubuntu-latest | |
steps: | |
- name: feedback | |
id: feedback | |
uses: d2-projects/[email protected] | |
with: | |
username: ${{ secrets.FEEDBACK_USERNAME }} | |
sign: ${{ secrets.FEEDBACK_SIGN }} | |
wxpusher: ${{ secrets.FEEDBACK_WXPUSHER_UID }} | |
template: ${{ github.repository }} | |
repo: ${{ github.repository }} | |
actor: ${{ github.actor }} | |
token: ${{ secrets.GITHUB_TOKEN }} |