forked from Endercass/create-anura-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
904868b
commit 29b90a5
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: 'mercuryworkshop/anuraos' | ||
submodules: 'recursive' | ||
ref: 'v2.0' | ||
path: 'anuraos' | ||
submodules: 'recursive' | ||
|
||
- name: Checkout my repo | ||
- name: Checkout anura | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: 'mercuryworkshop/anuraos' | ||
submodules: 'recursive' | ||
ref: 'v2.0' | ||
path: 'anuraos' | ||
|
||
- name: Install other silly deps | ||
run: sudo apt update && sudo apt install inotify-tools binaryen wget make gcc uuid-runtime jq | ||
|
@@ -57,7 +57,7 @@ jobs: | |
output=$(git log --since="2 days ago") | ||
if [[ -n "$output" ]]; then | ||
echo "New commits! Generating new template files....." | ||
cd ../create-anura-app/ | ||
cd - | ||
make all | ||
git add . | ||
git commit -m "Update templates with newer files..." --author="create-anura-app[bot] <[email protected]>" | ||
|