Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markelliot authored Nov 21, 2023
1 parent c0b5ef8 commit 4f80ab5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ inputs:
default: Auto-update dependencies and plugins
label:
description: The name of a label to add to the PR
format:
default: false

runs:
using: composite
Expand All @@ -45,6 +47,10 @@ runs:
- name: Write lockfile
shell: bash
run: ./gradlew --write-locks
- name: Format
if: inputs.format == 'true'
shell: bash
run: ./gradlew format
- name: Create branch and commit changes
if: ${{ always() }}
shell: bash
Expand Down

0 comments on commit 4f80ab5

Please sign in to comment.