Skip to content

Commit 29ed0fd

Browse files
committed
Added push
1 parent 6345221 commit 29ed0fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/clear-notebook-outputs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# .github/workflows/propagate-config.yml
22
# This workflow keeps repos in sync
33
name: Remove Notebook Outputs
4-
4+
permissions:
5+
contents: write
6+
57
on:
68
push:
79
branches:
@@ -50,4 +52,5 @@ jobs:
5052
git add "$f"
5153
done
5254
53-
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

Comments
 (0)