From c93af61c084be7b4a79e48a1947ab3ebb83bc96a Mon Sep 17 00:00:00 2001 From: nudzik Date: Tue, 19 Mar 2024 17:44:03 +0100 Subject: [PATCH] Delete action.yml --- action.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 action.yml diff --git a/action.yml b/action.yml deleted file mode 100644 index 5b8a39d17193..000000000000 --- a/action.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "QMK Keyboard firmware build" -description: "Build QMK firmware using github actions" -inputs: - keymap-path: - description: "Path to Your keymap folder, must be same as qmk_firmware path" - required: true - default: "keyboards/crkbd/keymaps/via" - keyboard: - description: "Keyboard name" - required: true - default: "crkbd/rev1" - keymap: - description: "Keymap name, must match `keymap-path` folder" - required: true - default: "via" -runs: - using: "docker" - image: "Dockerfile" - args: - - ${{ inputs.keymap-path }} - - ${{ inputs.keyboard }} - - ${{ inputs.keymap }} -branding: - icon: 'anchor' - color: 'red'