Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Nov 27, 2023
1 parent d51b740 commit e78e7f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/um-cron-delete/um-cron-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/um-fields-counter/um-fields-counter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e78e7f4

Please sign in to comment.