Skip to content

Tutorial and example tests for refactored golden gate cloning #9

Tutorial and example tests for refactored golden gate cloning

Tutorial and example tests for refactored golden gate cloning #9

name: notify social media (help wanted)
on:
issues:
types:
- labeled
jobs:
notify:
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Actions for Discord
uses: Ilshidur/[email protected]
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_HELP_WANTED }}