From 69f7f7d8f1e4f62bb8635411ca72b3eb1219e6d8 Mon Sep 17 00:00:00 2001 From: wphan Date: Wed, 2 Oct 2024 17:39:52 -0700 Subject: [PATCH 1/5] add dispatch receiver for drift-common update --- .../deploy-on-drift-common-update.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/deploy-on-drift-common-update.yml diff --git a/.github/workflows/deploy-on-drift-common-update.yml b/.github/workflows/deploy-on-drift-common-update.yml new file mode 100644 index 0000000..3e852f8 --- /dev/null +++ b/.github/workflows/deploy-on-drift-common-update.yml @@ -0,0 +1,22 @@ +name: Deploy on drift-common update +on: + repository_dispatch: + types: [drift-common-update] + +jobs: + update-submodules: + runs-on: ubicloud + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + submodules: 'recursive' + + - name: Bump protocol sdk + run: | + git submodule update --remote + git config user.name "GitHub Actions" + git config user.email 41898282+github-actions[bot]@users.noreply.github.com + git add drift-common + git commit --allow-empty -m "Bumping drift-common to ${{ github.event.client_payload.commit}}" + git push \ No newline at end of file From 0a42cdf6035f7c940c84d47e9430351db0fa0fec Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:44:44 +0000 Subject: [PATCH 2/5] Bumping drift-common to --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index dee46bd..4e73df7 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit dee46bd75c32c92f3f4c2962eee6e817bed44a19 +Subproject commit 4e73df752b0f431f846cee5dd6a3978a93ee2362 From 64525c6249592419b529602a9d54a0af79d85f0b Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:45:46 +0000 Subject: [PATCH 3/5] Bumping drift-common to 9ae39023084feedce0faf12956f1e6ae18524ed8 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 4e73df7..9ae3902 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 4e73df752b0f431f846cee5dd6a3978a93ee2362 +Subproject commit 9ae39023084feedce0faf12956f1e6ae18524ed8 From 88f021fc6256987a5b976ea52931e15da59f3307 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:52:18 +0000 Subject: [PATCH 4/5] Bumping drift-common to cd155c03379910fb37c8361f5db22e85782e15ae --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 9ae3902..cd155c0 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 9ae39023084feedce0faf12956f1e6ae18524ed8 +Subproject commit cd155c03379910fb37c8361f5db22e85782e15ae From 0151080d26c4de8afe22ce2941983d00e7360a3c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:59:10 +0000 Subject: [PATCH 5/5] Bumping drift-common to a143eea3b0d3ebd8a0bbb5878415066fc24f9084 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index cd155c0..a143eea 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit cd155c03379910fb37c8361f5db22e85782e15ae +Subproject commit a143eea3b0d3ebd8a0bbb5878415066fc24f9084