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 db3383b commit 110cb23Copy full SHA for 110cb23
.github/workflows/update-cotw.yml
@@ -33,7 +33,7 @@ jobs:
33
git add ./bin/concept-of-the-week.txt
34
git commit -m "🤖 update concept of the week"
35
git push
36
- - uses: gautamkrishnar/keepalive-workflow@v1 # prevents github from disabling workflow after 60 days
+ - uses: entepotenz/keep-github-actions-alive-min-dependencies@v1 # prevents github from disabling workflow after 60 days
37
38
on:
39
schedule:
0 commit comments