Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update libp2p branch when unstable changes #6202

Open
wants to merge 6 commits into
base: unstable
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update branch name
diegomrsantos committed May 10, 2024
commit 31f5a9a51ec422d34ee4b7322f14981945f87252
2 changes: 1 addition & 1 deletion .github/workflows/update-libp2p-branch.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
- name: Update libp2p branch
run: |
cd vendor/nim-libp2p
git checkout unstable
git checkout master

- name: Commit this update
run: |