diff --git a/.github/workflows/reminder_Game Night.yml b/.github/workflows/reminder_Game Night.yml deleted file mode 100644 index 889e833..0000000 --- a/.github/workflows/reminder_Game Night.yml +++ /dev/null @@ -1,34 +0,0 @@ -jobs: - send_email: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.x - - name: Install dependencies - run: pip install smtplib email - - name: Send email - run: "python - <