Skip to content

Commit

Permalink
Fix "update compiler" workflow and update effekt submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvgt committed Dec 24, 2023
1 parent 6817c37 commit 054175d
Show file tree
Hide file tree
Showing 4 changed files with 2,332 additions and 2,216 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Update submodule
run: |
Expand All @@ -52,10 +53,10 @@ jobs:
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
git add src/ dist/ effekt/
git commit -m "Github Action: update compiler"
git commit -m "Github Action: update compiler $(git -C effekt show -s --format=%h)"
- name: Push changes
# here we have to make sure that trigger event is on 'manual'
# since 'on push' could cause a infinite loop of actions triggering each other
if: github.event_name == 'workflow_dispatch'
run: git push origin master
run: git push
2 changes: 1 addition & 1 deletion dist/ide.chunk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion effekt
Submodule effekt updated 705 files
Loading

0 comments on commit 054175d

Please sign in to comment.