Skip to content

Commit

Permalink
ci: Add DCO to sync-proxy commits (linkerd#12364)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S <the@wondersmith.dev>
  • Loading branch information
olix0r authored and the-wondersmith committed Apr 24, 2024
1 parent ffd6fc1 commit d6456ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo
echo "Release notes: $URL"
) >"$RUNNER_TEMP"/commit.txt
git commit -F "$RUNNER_TEMP"/commit.txt
git commit --signoff -F "$RUNNER_TEMP"/commit.txt
git push origin bot/sync-proxy/"$VERSION"
- env:
GH_REPO: ${{ github.repository }}
Expand Down

0 comments on commit d6456ec

Please sign in to comment.