diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cc819..06c56c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [master] pull_request: - branches: [master, rework] + branches: [master] workflow_dispatch: jobs: @@ -19,10 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v1 with: - node-version: 12.x - - - name: Update git global URL - run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/ + node-version: 12.x - name: Install Dependencies run: npm ci @@ -44,4 +41,4 @@ jobs: uses: peter-evans/repository-dispatch@v1 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} - event-type: docker-build \ No newline at end of file + event-type: docker-build diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index cafaa1f..42bab62 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -52,4 +52,4 @@ jobs: VERSION=${{ steps.package-version.outputs.current-version }} - name: Image Digest - run: echo ${{ steps.docker_build.outputs.digest }} \ No newline at end of file + run: echo ${{ steps.docker_build.outputs.digest }}