We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1921f commit e361680Copy full SHA for e361680
.github/workflows/docker-publish-latest.yml
@@ -171,4 +171,7 @@ jobs:
171
actions: write
172
steps:
173
- uses: actions/checkout@v4
174
- - uses: gautamkrishnar/keepalive-workflow@v2
+ # - uses: gautamkrishnar/keepalive-workflow@v2 # prohibited
175
+ - uses: entepotenz/keep-github-actions-alive-min-dependencies@v1
176
+ with:
177
+ TIME_ELAPSED_THRESHOLD_IN_DAYS: 20
0 commit comments