diff --git a/auto_update_github_action.yml b/auto_update_github_action.yml index 525549b..8223210 100644 --- a/auto_update_github_action.yml +++ b/auto_update_github_action.yml @@ -67,3 +67,6 @@ jobs: curl "${{ env.PING_URL }}" env: PING_URL: ${{ secrets.PING_URL }} + + - name: Keep workflow alive + uses: gautamkrishnar/keepalive-workflow@v1