From d736d043c821fc43c249724adaa5ac6bd577371d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Benjamin=20Antal?= Date: Fri, 25 Mar 2022 08:51:28 +0100 Subject: [PATCH] Add branding --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7d42f27..323baf9 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Single commit publish' description: 'Publishes files to the specified branch in a single commit with force push to erase history.' +branding: + icon: arrow-up-circle + color: red inputs: github-token: description: 'GitHub token to use for push operation.' @@ -39,4 +42,4 @@ runs: steps: - run: 'python3 ${{ github.action_path }}/main.py --github-token ${{ inputs.github-token }} --github-actor ${{ inputs.github-actor }} --github-repository ${{ inputs.github-repository }} --branch ${{ inputs.branch }} --files-and-dirs ${{ inputs.files-and-dirs }} --author-name "${{ inputs.author-name }}" --author-email "${{ inputs.author-email }}" --commit-message "${{ inputs.commit-message }}"' shell: bash - working-directory: ${{ inputs.source-dir }} \ No newline at end of file + working-directory: ${{ inputs.source-dir }}