We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de89b4 commit fd663adCopy full SHA for fd663ad
1 file changed
.github/workflows/cleanup.yml
@@ -25,8 +25,13 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v5
28
+
29
+ #gt-placeholder-install-dependencies-start
30
+ #gt-placeholder-install-dependencies-end
31
32
- name: Cleanup Sources
33
run: ./scripts/cleanup-on-push-to-main.sh
34
35
- name: Create Pull Request if necessary
36
uses: peter-evans/create-pull-request@v7
37
with:
0 commit comments