Skip to content

Commit

Permalink
Fix for error & warnings when doing merge sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Dec 10, 2024
1 parent 25835f0 commit 322897a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-and-process-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
with:
body: ${{ env.BODY }}
branch: ${{ env.BRANCH_NAME }}
base: develop
path: destination/
title: ${{ env.TITLE }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
32 changes: 16 additions & 16 deletions scripts/fileProcessor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 322897a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.