Skip to content

Commit

Permalink
Try shell: bash -el {}.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Aug 25, 2023
1 parent 9907035 commit f2825d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
- uses: mamba-org/setup-micromamba@875557da4ee020f18df03b8910a42203fbf02da1
with:
environment-file: environment.yml
init-shell: bash
- name: Run beefscripy
shell: bash -el {0}
run: python crispybeefbot.py
2 changes: 1 addition & 1 deletion crispybeefbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from email.message import EmailMessage
import sys
import requests
from googleapiclient.oauth2.credentials import Credentials
from google.credentials import Credentials
from googleapiclient.discovery import build

url = "http://mensazurich.ch:8080/api/de/all/getMensaForCurrentWeek"
Expand Down

0 comments on commit f2825d5

Please sign in to comment.