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 6345221 commit 29ed0fdCopy full SHA for 29ed0fd
.github/workflows/clear-notebook-outputs.yml
@@ -1,7 +1,9 @@
1
# .github/workflows/propagate-config.yml
2
# This workflow keeps repos in sync
3
name: Remove Notebook Outputs
4
-
+permissions:
5
+ contents: write
6
+
7
on:
8
push:
9
branches:
@@ -50,4 +52,5 @@ jobs:
50
52
git add "$f"
51
53
done
54
- git commit -m "Clear notebook outputs" --no-verify
55
+ git commit -m "Clear notebook outputs" --no-verify
56
+ git push origin HEAD:${{ github.ref_name }}
0 commit comments