diff --git a/.github/workflows/deploy-dataflow-flex-template.yml b/.github/workflows/deploy-dataflow-flex-template.yml index 440f4eb..8dc3e65 100644 --- a/.github/workflows/deploy-dataflow-flex-template.yml +++ b/.github/workflows/deploy-dataflow-flex-template.yml @@ -38,7 +38,7 @@ jobs: run: sed -ri 's/^(\s*-\sflexTemplateBuildTag:)(\s".*"$)/\1 "${{ steps.build_flex_template.outputs.BUILD_TAG }}"/' data-pipeline.workflows.yaml - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: add-paths: | data-pipeline.workflows.yaml