Skip to content

Commit

Permalink
Add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
antaljanosbenjamin authored Mar 25, 2022
1 parent dbb8530 commit d736d04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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.'
Expand Down Expand Up @@ -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 }}
working-directory: ${{ inputs.source-dir }}

0 comments on commit d736d04

Please sign in to comment.