From 26e6ea67a2c25a52ce4ce0163f23a118b8298313 Mon Sep 17 00:00:00 2001 From: Danielo Rodriguez Date: Mon, 1 May 2023 14:44:10 +0200 Subject: [PATCH] chore: clone neodev --- .github/workflows/publish.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 73a56ec..892cd85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,11 +25,14 @@ jobs: - name: Build run: | haxe build.hxml + + - name: Clone neodev + uses: actions/checkout@v3 + with: + repository: git@github.com:folke/neodev.nvim.git + path: .config/.haxe/nvim-api - name: Generate API run: | - git config user.name github-actions[bot] - git config user.email github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git" haxe build-api.hxml - name: Run test that should fail run: |