From 3f5a28f240cf4eb8f2aeac2e61729e27f85e6118 Mon Sep 17 00:00:00 2001 From: prinzpiuz Date: Sat, 21 May 2022 11:38:30 +0530 Subject: [PATCH] added keep alive actions so that github will not disable actions after sixty days of inactivity in the repo --- .github/workflows/checker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index c338ffd..d3dfbc6 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -23,3 +23,4 @@ jobs: run: pip install -r requirements.txt - name: Run Checker And Sent Teams Notification run: python checker.py --url ${{ secrets.MS_TEAMS_WEBHOOK_URI }} + - uses: gautamkrishnar/keepalive-workflow@master # https://github.com/gautamkrishnar/keepalive-workflow