From 3748ac2afb738a4b0ccb40e45d169bbd0b6607c3 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Fri, 21 Mar 2025 08:19:11 +0900 Subject: [PATCH] chg: Output horizontally --- .github/workflows/create-rule-meta.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/create-rule-meta.yml b/.github/workflows/create-rule-meta.yml index b5991ae6..ab3433b5 100644 --- a/.github/workflows/create-rule-meta.yml +++ b/.github/workflows/create-rule-meta.yml @@ -1,7 +1,7 @@ name: create-rule-meta.json on: push: - branches: [ "*" ] + branches: [ "main" ] workflow_dispatch: jobs: @@ -19,15 +19,3 @@ jobs: - name: Run run: cd wela-extractor && cargo run --release -- ../hayabusa-rules ../config/eid_subcategory_mapping.csv ../config/security_rules.json - - - name: Push changes - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add *.json - git commit -m "Automated update" - if [ "$(git log -1 --pretty=%B)" = "Automated update" ]; then - git push origin main - fi