Skip to content

Commit

Permalink
new action
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin Smith committed Jan 4, 2024
1 parent c13a205 commit fc0dcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export-to-serverlessland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: andstor/copycat-action@v3
with:
personal_token: ${{ secrets.patterns_pat }}
dst_path: /content/patterns/import/
dst_path: /content/patterns/example/
dst_owner: bls20AWS
dst_repo_name: serverless-land
dst_branch: main
dst_branch: master
src_branch: main
file_filter: "*.json"
src_path: /${{ inputs.dirName }}/${{ inputs.fileName }}

0 comments on commit fc0dcb4

Please sign in to comment.