Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erkenes committed Jul 18, 2022
1 parent b282ab9 commit e38d489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e38d489

Please sign in to comment.