From e38d489399ea00b571944bfc74c2c57cd3d1f633 Mon Sep 17 00:00:00 2001 From: Enes Date: Mon, 18 Jul 2022 10:18:47 +0200 Subject: [PATCH] chore(main): release 1.2.0 --- ReadMe.md | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1196a1e..c22516d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -45,7 +45,7 @@ jobs: name: Set release version for tag run: echo "RELEASE_VERSION=refs/tags/${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - uses: erkenes/monorepo-split-action@1.1.0 + - uses: erkenes/monorepo-split-action@1.2.0 with: access_token: '${{ secrets.GITHUB_TOKEN }}' # The access token for the repository repository_protocol: 'https://' # the protocol for cloning the mono-repository diff --git a/action.yaml b/action.yaml index be10a65..5a8c6ed 100644 --- a/action.yaml +++ b/action.yaml @@ -43,7 +43,7 @@ inputs: required: false runs: using: 'docker' - image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:1.1.0' + image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:1.2.0' args: - ${{ inputs.access_token }} - ${{ inputs.repository_protocol }}