February 28, 2024
Generate JSON array
Version updated for yakubique/generate-array to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Generate Array Full Changelog: https://github.com/yakubique/generate-array/commits/v1 Generate JSON array of length
Usage workflow
Usage - name: Generate Array id: list uses: yakubique/generate-array@v1 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 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.
February 28, 2024
JSONify array
Version updated for yakubique/jsonify-array to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes JSONify array Replace field in JSON with its JSON.stringify() version Full Changelog: https://github.com/yakubique/jsonify-array/commits/v1
Usage workflow
Usage - name: JSONify array uses: yakubique/jsonify-array@v1 with: input: | [ { "obj": {"id": 1 } } ] type: "nested-json" key: "obj" # [ { "obj": "{\"id\":1}" } ] Inputs INPUT TYPE REQUIRED DEFAULT DESCRIPTION input string true JSON to modify type string false "flat-json" Type of input data ["flat-json", "nested-json"] (default: “flat-json”) key string false If type="nested-json" - which key should be used from_file string false "false" Load json from file to_file string false "false" Save result to file Outputs OUTPUT TYPE DESCRIPTION result string Filepath or JSON
February 28, 2024
Upsert to PostgreSQL
Version updated for yakubique/upsert-postgresql to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Upsert to PostgreSQL Upsert anything to PostgreSQL Full Changelog: https://github.com/yakubique/upsert-postgresql/commits/v1
Usage workflow
Insert or update provided JSON array (or file with JSON array) to database. Conflicts would be resolved by column_to_match
Usage - name: Upsert id: upsert uses: yakubique/upsert-postgresql@v1 with: input: | [{ "id": 1, "value": "c", "test": 1 }, { "id": 2, "value": "b", "test": 2 }] host: ${{ env.
February 28, 2024
Container Run action
Version updated for YannickTeKulve/docker-run-action to version 0.0.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/YannickTeKulve/docker-run-action/compare/0.0.1...0.0.2
February 28, 2024
Setup Java JDK
Version updated for actions/setup-java to version v4.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 690,785 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Added Windows Arm64 Support for Windows Arm64 Runners by @mahabaleshwars in https://github.com/actions/setup-java/pull/595 feat: bump actions/checkout and actions/setup-java to v4 by @kbdharun in https://github.com/actions/setup-java/pull/533 Handle authorization when the token is undefined by @peter-murray in https://github.
February 28, 2024
Cached node_modules
Version updated for AnnAngela/cached_node-modules to version v2.0.17.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes feat Remove unnecessary fields from package-lock.json to avoid unexpected hash-changing in some scenarios like bumping the version of the package.
February 28, 2024
Netrc Creds
Version updated for bcomnes/netrc-creds to version v3.0.1.
This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Commits Update docs for v3 b7bb1ce
February 28, 2024
Publish Test Results
Version updated for EnricoMi/publish-unit-test-result-action to version v2.15.1.
This action is used across all versions by 10,301 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This fixes a typo in the windows action (#580).
February 28, 2024
Setup Umka
Version updated for fabasoad/setup-umka-action to version v1.4.9.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog b325fad Bump robinraju/release-downloader from 1.8 to 1.9 (#138)