From 9a84688699e2c221edaa99d17bba7231d4e289c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonino=20Scarf=C3=AC?= Date: Mon, 23 Sep 2024 15:38:31 +0200 Subject: [PATCH] Temporary look for changes from last workflow run The workflow stopped to run because of repo inactivity by github, so there is a hole between last run (2024-08-24) and now. Changing the hardcoded "since" in the image daily deploy workflow in order to look from that date. --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index c35ae8f..751a5b0 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -12,7 +12,7 @@ jobs: - name: Merge upstream run: | - export since="1 day ago" + export since="2024-08-24" # Checkout the repository echo "*** Configuring the local git ***"