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 e733aba commit 625b280
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 @@ -15,7 +15,7 @@ jobs:
run: |
git config --global user.name aws-iot-embedded-linux-ci
git config --global user.email aws-iot-embedded-linux-ci@users.noreply.github.com
gh auth login --with-token ${{ secrets.BOT_CREDENTIAL }}
# gh auth login --with-token ${{ secrets.BOT_CREDENTIAL }}
for branch in ${{ github.event.inputs.branches }}; do ${{ secrets.BOT_CREDENTIAL }}
echo Doing ff-merge for: ${branch}
git clone https://github.com/${{ github.repository }}.git -b ${branch}
Expand Down

0 comments on commit 625b280

Please sign in to comment.