Skip to content

Commit

Permalink
chore(actions): Try lekoarts fork of action
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Aug 20, 2019
1 parent 8136b28 commit 120cf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: publish:starters
uses: johno/actions-push-subdirectories@master
uses: LekoArts/actions-push-subdirectories@custom-name
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: examples LekoArts '.starter-name'
args: examples LekoArts starter-name

0 comments on commit 120cf2e

Please sign in to comment.