We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac0aab commit a3c31e3Copy full SHA for a3c31e3
.github/workflows/build_loop.yml
@@ -62,11 +62,7 @@ jobs:
62
63
- name: Show value of 'has_new_commits'
64
run: echo ${{ steps.sync.outputs.has_new_commits }}
65
-
66
- - uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
67
- with:
68
- time_elapsed: 27 # Time elapsed from the previous commit to trigger a new automated commit (in days)
69
+
70
# Customize Loop: Download and apply patches
71
- name: Customize Loop
72
run: |
0 commit comments