[FR]: Wiki indications about HOW to connect the PS2 HDD to the computer #49
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: handle new issue | |
on: | |
workflow_dispatch: | |
issues: | |
types: opened | |
jobs: | |
message: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Discord Webhook Action | |
uses: tsickert/[email protected] | |
with: | |
webhook-url: ${{ secrets.ISSUE_WEBHOOK }} | |
content: "<@&859525500393357353>, issue number ${{ github.event.issue.number }} was Opened on github\n" |