From e78e7f4d2b650adad2d42029ea89ef6ea9fbab55 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Mon, 27 Nov 2023 22:36:44 +0800 Subject: [PATCH] Debug workflow --- .github/workflows/increment-version.yml | 4 +++- src/um-cron-delete/um-cron-delete.php | 2 +- src/um-fields-counter/um-fields-counter.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index 2c89f32..1d9c3c3 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -35,9 +35,11 @@ jobs: - name: Summaries Updated Plugins id: um-plugins run: | + BUMPED_PLUGINS='' for file in ${{ steps.changed-files-specific.outputs.all_changed_and_modified_files }}; do - echo "UPDATED_PLUGINS=$file" >> "$GITHUB_OUTPUT" + BUMPED_PLUGINS+="$file" 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