Skip to content

Commit

Permalink
Update ff-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos authored Oct 21, 2024
1 parent c0041c9 commit 2675381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ff-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
echo Doing ff-merge for: ${branch}
git clone ${{ github.server_url }}/${{ github.repository }} -b ${branch}
cd meta-aws
git config remote.origin.url 'https://${{ secrets.BOT_CREDENTIAL }}@github.com/${{ github.repository }}.git'
git merge --ff-only origin/${branch}-next
git push -u origin ${branch}
cd ..
Expand Down

0 comments on commit 2675381

Please sign in to comment.