More logging.
This commit is contained in:
@@ -25,6 +25,11 @@ runs:
|
||||
- name: "Build the next version with the given repository information."
|
||||
id: branch
|
||||
run: |
|
||||
NAME="Version Increment Branch"
|
||||
echo "::group::$NAME - Inputs"
|
||||
echo "${{ toJSON(inputs) }}"
|
||||
echo "::endgroup::"
|
||||
|
||||
EVENT_NAME="${{ github.event_name }}"
|
||||
HEAD="${{ github.head_ref || github.ref_name }}"
|
||||
BASE="${{ github.base_ref || github.ref_name }}"
|
||||
|
||||
Reference in New Issue
Block a user