From dc3c9a80289f7a89976f66361d675fd8c25a5909 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Mon, 27 Nov 2023 22:52:45 +0800 Subject: [PATCH] Debug workflow --- .github/workflows/increment-version.yml | 11 ++++++----- src/um-cron-delete/um-cron-delete.php | 2 +- src/um-fields-counter/um-fields-counter.php | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index 7fb3b20..af1b737 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -34,12 +34,13 @@ jobs: done - name: Summaries Updated Plugins id: um-plugins + shell: bash run: | - echo 'UPDATED_PLUGINS<> $GITHUB_OUTPUT - for file in ${{ steps.changed-files-specific.outputs.all_changed_and_modified_files }}; do - "- $file" >> $GITHUB_OUTPUT - done - echo 'EOF' >> $GITHUB_OUTPUT + BUMPED_PLUGINS='' + for file in ${{ steps.changed-files-specific.outputs.all_changed_and_modified_files }}; do + BUMPED_PLUGINS+="- $file \n " + done + echo "UPDATED_PLUGINS=$BUMPED_PLUGINS" >> "$GITHUB_OUTPUT" - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: diff --git a/src/um-cron-delete/um-cron-delete.php b/src/um-cron-delete/um-cron-delete.php index 7dd2097..d18d60c 100644 --- a/src/um-cron-delete/um-cron-delete.php +++ b/src/um-cron-delete/um-cron-delete.php @@ -3,7 +3,7 @@ * Plugin Name: Ultimate Member - Schedule User Deletions with WP Cronjob * Plugin URI: http://ultimatemember.com/ * Description: Deletes users by status after X number of days/months/years - * Version: 1.0.3 + * Version: 1.0.2 * Author: Ultimate Member Group Ltd. * Author URI: https://ultimatemember.com * UM version: 2.6.12 diff --git a/src/um-fields-counter/um-fields-counter.php b/src/um-fields-counter/um-fields-counter.php index 455a7a4..c9d86b2 100644 --- a/src/um-fields-counter/um-fields-counter.php +++ b/src/um-fields-counter/um-fields-counter.php @@ -3,7 +3,7 @@ * Plugin Name: Ultimate Member - Fields Character and Words Counter * Plugin URI: https://www.ultimatemember.com * Description: Adds a counter for character and words length in textbox and textarea fields - * Version: 1.0.3 + * Version: 1.0.2 * Author: Ultimate Member Ltd. * Author URI: https://www.ultimatemember.com * Text Domain: um-fields-counter