March 22, 2024
SFDX Package Installation
Version updated for svierk/sfdx-package-installation to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes add documentation and usage instructions Full Changelog: https://github.com/svierk/sfdx-package-installation/compare/v0.0.2...v1.0.0
March 22, 2024
Group paths by glob pattern of directories
Version updated for tapihdev/paths-group-by to version v0.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed style: make prettier ignore markdown by @tapih in https://github.com/tapihdev/paths-group-by/pull/8 Full Changelog: https://github.com/tapihdev/paths-group-by/compare/v0.0.1...v0.0.2
March 22, 2024
Filter JSON
Version updated for yakubique/filter-json to version v1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/yakubique/filter-json/compare/v1.1...v1.2
filter-json GitHub Action filters JSON values based on predefined criteria, extracting and retaining desired values.
Usage For live examples, please see actions
uses: yakubique/filter-json@v1.2 with: input: '["1.0.0","1.1.0","1.2.0","1.2.1","1.3.0"]' values: "1.0.0" # result: '["1.1.0","1.2.0","1.2.1","1.3.0"]' With multiple values uses: yakubique/filter-json@v1.2 with: input: '["1.
March 22, 2024
Make JSON array flat
Version updated for yakubique/flat-json to version v1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/yakubique/flat-json/compare/v1...v1.1
Flat JSON Concat all arrays inside array and return
Usage workflow
Usage - name: Flat JSON id: list uses: yakubique/flat-json@v1.1 with: input: '[[1], [2,3], [4,5], [6]]' # result: "[1,2,3,4,5,6]" Inputs INPUT TYPE REQUIRED DEFAULT DESCRIPTION input string true Input JSON string or file from_file string false "false" Load JSON from file to_file string false "false" Save result to file Outputs OUTPUT TYPE DESCRIPTION result string Result list in JSON format (or file if to_file = true)
March 22, 2024
Generate JSON array
Version updated for yakubique/generate-array to version v1.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/yakubique/generate-array/compare/v1.2...v1.3
Generate Array Generate JSON array of length
Usage workflow
Usage - name: Generate Array id: list uses: yakubique/generate-array@v1.3 with: length: 10 startIndex: 1 template: "$item-{{index}}" # "["$item-1","$item-2","$item-3","$item-4","$item-5","$item-6","$item-7","$item-8","$item-9"]" Inputs INPUT TYPE REQUIRED DEFAULT DESCRIPTION length string true Array length negativeOnly string false "false" Return only negative values positiveOnly string false "false" Return only positive values startIndex string false "0" What should be first index (default: 0) template string false By default array values are indexes, can be customized with template.
March 22, 2024
Add prefix/suffix to text/json
Version updated for yakubique/prefix-suffix to version v1.1.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/yakubique/prefix-suffix/compare/v1...v1.1
prefix-suffix Add prefix/suffix to text/json
Usage For live examples, please see actions
uses: yakubique/prefix-suffix@v1.1 with: input: "My awesome text" prefix: "##" suffix: '🥳' # result: "##My awesome text🥳" With flat-json uses: yakubique/prefix-suffix@v1.1 with: input: '["1.0.0","1.1.0","1.2.0","1.2.1","1.3.0"]' prefix: 'v' type: 'flat-json' # result: "["v1.
March 22, 2024
Generate random number
Version updated for yakubique/random-number to version v1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/yakubique/random-number/compare/v1...v1.1
Random number Github Action that returns a random number
Usage workflow
Usage - name: Random number uses: yakubique/random-number@v1.1 Inputs INPUT TYPE REQUIRED DEFAULT DESCRIPTION max string false "10" The max value of the random number (max included) min string false "1" The min value of the random number (min included) Outputs OUTPUT TYPE DESCRIPTION number string Generated number
March 22, 2024
Java Info Action
Version updated for YunaBraska/java-info-action to version 1.12.1-rc.57.
This action is used across all versions by 20 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/YunaBraska/java-info-action/compare/1.12.1-rc.56...1.12.1-rc.57
March 22, 2024
Maven License Info Action
Version updated for YunaBraska/maven-license-info-action to version 2.0.1-rc.7.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/YunaBraska/maven-license-info-action/compare/2.0.1-rc.6...2.0.1-rc.7