Skip to content

Commit

Permalink
modify branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhu committed Dec 28, 2024
1 parent 83e073e commit 69ac84e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-to-discrete-repo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: push-to-integral-repo
on:
push:
branches: [mi_dev]
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
Expand All @@ -14,8 +14,8 @@ jobs:
run: |
git clone https://github.com/ingydotnet/git-subrepo /opt/git-subrepo
echo 'source /opt/git-subrepo/.rc' >> ~/.bashrc
git clone [email protected]:rel4team/mi-dev-integral-rel4.git
cd mi-dev-integral-rel4
git clone [email protected]:reL4team2/rel4-integral.git
cd rel4-integral
git config user.name "$(git log -n 1 --pretty=format:%an)"
git config user.email "$(git log -n 1 --pretty=format:%ae)"
INTEGRAL_COMMIT_MESSAGE=$(git log -1 --pretty=%B | head -n 1)
Expand All @@ -32,7 +32,7 @@ jobs:
else
echo "prepare sync"
source /opt/git-subrepo/.rc
cd mi-dev-integral-rel4
cd rel4-integral
git subrepo pull --all
git push
fi
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
tock-registers = "0.9"
serial-frame = { git = "https://github.com/rel4team/serial-frame.git", branch = "mi_dev" }
serial-frame = { git = "https://github.com/reL4team2/serial-frame.git", branch = "master" }

0 comments on commit 69ac84e

Please sign in to comment.