We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cda54b commit 0610f38Copy full SHA for 0610f38
.github/workflows/update-repo.yml
@@ -11,6 +11,7 @@ on:
11
workflows:
12
- "Fetch Aemulo Debs"
13
- "Build BTLoader (Rootless + Rootful)"
14
+ - "Build KettuTweak (Rootless + Rootful)"
15
- "Build BHTwitter (Rootless + Rootful)"
16
- "Build SCInsta (Rootless + Rootful)"
17
types:
@@ -90,4 +91,4 @@ jobs:
90
91
git pull --rebase
92
git push
93
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # built-in token works here
94
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # built-in token works here
0 commit comments