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 7dde23f commit e733aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ff-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git clone https://github.com/${{ github.repository }}.git -b ${branch}
cd meta-aws
git merge --ff-only origin/${branch}-next
git push -u origin ${branch}
# git push -u origin ${branch}
cd ..
rm -rf meta-aws
done

0 comments on commit e733aba

Please sign in to comment.