Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jul 10, 2023
1 parent 9fcc6d7 commit d3df155
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
id: extract_branch
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT

- uses: frankdejonge/use-github-token@1.0.1
with:
authentication: 'username:${{ secrets.COMPOSER_TOKEN }}'
user_name: 'Andrey Helldar'
user_email: 'helldar@dragon-code.pro'
# - uses: frankdejonge/use-github-token@1.0.1
# with:
# authentication: 'username:${{ secrets.COMPOSER_TOKEN }}'
# user_name: 'Andrey Helldar'
# user_email: 'helldar@dragon-code.pro'

- name: Cache splitsh-lite
id: splitsh-cache
Expand All @@ -38,6 +38,6 @@ jobs:
- name: Extract components
uses: frankdejonge/use-subsplit-publish@1.0.0-beta.7
with:
config-path: split.json
source-branch: ${{ steps.extract_branch.outputs.branch }}
splitsh-path: './.splitsh/splitsh-lite'
config-path: split.json

0 comments on commit d3df155

Please sign in to comment.