From e2efd7abdd8191854833ac0077c8be11d7bbbc5f Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Fri, 18 Aug 2023 15:45:09 +0800 Subject: [PATCH] feat: add all actions file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/{scripts-test.yml => scriptsci.yml} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{scripts-test.yml => scriptsci.yml} (98%) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 665e4edbb..32e5fcc75 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -80,7 +80,7 @@ jobs: - name: Generate all necessary files, such as error code files run: | - make generate + make gen echo "Generate all necessary files successfully" continue-on-error: true @@ -99,7 +99,7 @@ jobs: - name: Clean all build run: | sudo make clean - echo "Clean all build successfully" + echo "Clean all build successfully" - name: push OpenIM uses: stefanzweifel/git-auto-commit-action@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e126bc93..62b89e837 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: OpenIM Server Release +name: OpenIM Server Release Workflow on: push: diff --git a/.github/workflows/scripts-test.yml b/.github/workflows/scriptsci.yml similarity index 98% rename from .github/workflows/scripts-test.yml rename to .github/workflows/scriptsci.yml index ef91b20b8..c07485ac0 100644 --- a/.github/workflows/scripts-test.yml +++ b/.github/workflows/scriptsci.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: OpenIM Start Execute Scripts +name: OpenIM Scripts Execute CI on: push: