From 549a4bbba9269db78722a212443e528f4a267b3a Mon Sep 17 00:00:00 2001 From: Ludovic Launer Date: Tue, 26 Mar 2024 16:20:14 +0100 Subject: [PATCH] branch --- .github/workflows/zsm-generate-pr.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/zsm-generate-pr.yml b/.github/workflows/zsm-generate-pr.yml index 2d0bc14..b70410e 100644 --- a/.github/workflows/zsm-generate-pr.yml +++ b/.github/workflows/zsm-generate-pr.yml @@ -21,14 +21,14 @@ jobs: id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - - name: Create and checkout new branch - run: | - current_date=${{ steps.date.outputs.date }} + # - name: Create and checkout new branch + # run: | + # current_date=${{ steps.date.outputs.date }} - git config --global user.email "github-actions[bot]@users.noreply.github.com" - git config --global user.name "github-actions[bot]" - git checkout -b autogenerated/zsm-$current_date - git push origin -u autogenerated/zsm-$current_date + # git config --global user.email "github-actions[bot]@users.noreply.github.com" + # git config --global user.name "github-actions[bot]" + # git checkout -b autogenerated/zsm-$current_date + # git push origin -u autogenerated/zsm-$current_date - name: Download and convert ZSM file id: download-convert @@ -47,5 +47,6 @@ jobs: with: repository: ./ commit_message: "Add ZSM file for ${{ steps.date.outputs.date }}" + branch: autogenerated/zsm-${{ steps.date.outputs.date }} create_branch: true file_pattern: 'zsm_openair.txt'