From ef42739c65208679caf62a6076094f9d74f31530 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Wed, 15 Dec 2021 10:55:05 +0000 Subject: [PATCH] .github: force push to codegen branch Signed-off-by: Dave Tucker --- .github/workflows/gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index a9ce5997..2f11484d 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -42,7 +42,7 @@ jobs: commit_prefix: "[codegen] Update libbpf to ${{ env.LIBBPF_SHA }}" commit_message: "Update libbpf to ${{ env.LIBBPF_SHA }}" target_branch: codegen - + force: true - name: Create pull request if: steps.commit.outputs.files_changed != ''