[bug]: error transferring files to +OPL folder #60
This file contains hidden or 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/discord-webhook@v2.0.2 | |
| with: | |
| webhook-url: ${{ secrets.ISSUE_WEBHOOK }} | |
| content: "<@&859525500393357353>, issue number ${{ github.event.issue.number }} was Opened on github\n" |