Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mat83 committed Jun 27, 2024
1 parent 38b633f commit e50e241
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
with:
fetch-depth: 0
path: src-repo
git clone ${REMOTE_REPO} destination
cd destination
git remote add github-repo ..
git remote update
git merge github-repo/${BRANCH_NAME}
git push origin ${BRANCH_NAME}
env:
FOUNDRIES_ACCESS_TOKEN: ${{ secrets.FOUNDRIES_ACCESS_TOKEN }}
REMOTE_REPO: https://source.foundries.io/factories/arduino/lmp-manifest.git
Expand Down

0 comments on commit e50e241

Please sign in to comment.