Update actions
This commit is contained in:
2
.github/workflows/appletune_cron.yml
vendored
2
.github/workflows/appletune_cron.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
Anilist:
|
||||
Appletune:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import requests
|
||||
|
||||
url_api = "https://fundor333.com/pantalone/genera-spese"
|
||||
url_api = "http://localhost:8000/pantalone/genera-spese"
|
||||
|
||||
# Call the API to generate expenses
|
||||
response = requests.get(url_api)
|
||||
|
||||
Reference in New Issue
Block a user