Compare commits

..

15 Commits

Author SHA1 Message Date
infogulch 1e057f0931 Touch .gitignore 2 2021-07-08 13:26:29 -05:00
infogulch e8b5d18e92 Touch .gitignore 2021-07-08 13:22:23 -05:00
infogulch 3cec58da9b Fix workflow secret reference 2021-07-08 12:40:37 -05:00
infogulch e8bb54b0d7 Fix curl switch 2021-07-08 12:37:47 -05:00
infogulch 03eeb4b120 Fix webhook workbook syntax 2021-07-08 12:35:03 -05:00
infogulch 668027bf93 Add workflow to trigger index repo 2021-07-08 12:33:34 -05:00
infogulch 4d6de553ab Remove workflow 2021-07-08 11:34:10 -05:00
infogulch cbfe42794b Update subtree workflow 2021-07-07 17:42:07 -05:00
infogulch 80dfa3ac0b Update subtree workflow 2021-07-07 17:40:51 -05:00
infogulch 4e1547aad3 Update subtree workflow 2021-07-07 17:36:40 -05:00
infogulch 217eb69a33 Update subtree workflow 2021-07-07 17:34:47 -05:00
infogulch 1d6f90d3df Update subtree action path 2021-07-07 17:30:12 -05:00
infogulch 858c9cb3c6 Add back deleted images 2021-07-07 17:28:38 -05:00
infogulch 1c8951591e Update main.yml 2021-07-07 16:08:32 -05:00
infogulch 1995ba0e7b Create main.yml 2021-07-07 15:57:12 -05:00
4 changed files with 12 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: Push changes to upstream subtree
on: [push]
jobs:
trigger-index-workflow:
runs-on: ubuntu-latest
steps:
- run: |
curl -X POST -H "Authorization: token ${{ secrets.GH_WORKFLOW_PAT }}" -H "Content-Type: application/json" \
https://api.github.com/repos/infogulch/index/dispatches \
-d '{"event_type": "notebooks_push"}'
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB