Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use correct multiline output #5

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

kennethkalmer
Copy link

Originally added in #3, there is a small difference between the code in this repo and the code the original PR was based on, for the multiline output support.

This PR correctly returns the modified $OUTPUT value when asking for multiline output, rather than the original output.

@norman-zon
Copy link

@sergeysova, can you please merge this PR?

@sergeysova
Copy link
Owner

@kennethkalmer @norman-zon Thanks!

@sergeysova sergeysova merged commit 3300077 into sergeysova:master Jun 9, 2022
@norman-zon
Copy link

@sergeysova thank you very much for this incredibly fast response. Would you consider tagging a release, that contains the PR?

@sergeysova
Copy link
Owner

Released in https://github.com/sergeysova/jq-action/releases/tag/v2.2.0
Tag v2 updated too

jbudz pushed a commit to elastic/kibana that referenced this pull request Aug 14, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sergeysova/jq-action](https://github.com/sergeysova/jq-action) |
action | minor | `v2` -> `v2.3.0` |

---

### Release Notes

<details>
<summary>sergeysova/jq-action (sergeysova/jq-action)</summary>

###
[`v2.3.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.3.0)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2.2.1...v2.3.0)

##### What's Changed

- Use $GITHUB_OUTPUT instead of set-output by
[@&#8203;satoryu](https://github.com/satoryu) in
[sergeysova/jq-action#9

##### New Contributors

- [@&#8203;satoryu](https://github.com/satoryu) made their first
contribution in
[sergeysova/jq-action#9

**Full Changelog**:
sergeysova/jq-action@v2...v2.3.0

###
[`v2.2.1`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.1)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1)

##### What's Changed

- Fix globbing in input by
[@&#8203;norman-zon](https://github.com/norman-zon) in
[sergeysova/jq-action#7

##### New Contributors

- [@&#8203;norman-zon](https://github.com/norman-zon) made their first
contribution in
[sergeysova/jq-action#7

**Full Changelog**:
sergeysova/jq-action@v2.2.0...v2.2.1

###
[`v2.2.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.0)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0)

##### What's Changed

- fix: use correct multiline output by
[@&#8203;kennethkalmer](https://github.com/kennethkalmer) in
[sergeysova/jq-action#5

##### New Contributors

- [@&#8203;kennethkalmer](https://github.com/kennethkalmer) made their
first contribution in
[sergeysova/jq-action#5

**Full Changelog**:
sergeysova/jq-action@v2.1.0...v2.2.0

###
[`v2.1.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.1.0)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2...v2.1.0)

Added support for multiline `run`
[sergeysova/jq-action#3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 14, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sergeysova/jq-action](https://github.com/sergeysova/jq-action) |
action | minor | `v2` -> `v2.3.0` |

---

### Release Notes

<details>
<summary>sergeysova/jq-action (sergeysova/jq-action)</summary>

###
[`v2.3.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.3.0)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2.2.1...v2.3.0)

##### What's Changed

- Use $GITHUB_OUTPUT instead of set-output by
[@&elastic#8203;satoryu](https://github.com/satoryu) in
[sergeysova/jq-action#9

##### New Contributors

- [@&elastic#8203;satoryu](https://github.com/satoryu) made their first
contribution in
[sergeysova/jq-action#9

**Full Changelog**:
sergeysova/jq-action@v2...v2.3.0

###
[`v2.2.1`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.1)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1)

##### What's Changed

- Fix globbing in input by
[@&elastic#8203;norman-zon](https://github.com/norman-zon) in
[sergeysova/jq-action#7

##### New Contributors

- [@&elastic#8203;norman-zon](https://github.com/norman-zon) made their first
contribution in
[sergeysova/jq-action#7

**Full Changelog**:
sergeysova/jq-action@v2.2.0...v2.2.1

###
[`v2.2.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.0)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0)

##### What's Changed

- fix: use correct multiline output by
[@&elastic#8203;kennethkalmer](https://github.com/kennethkalmer) in
[sergeysova/jq-action#5

##### New Contributors

- [@&elastic#8203;kennethkalmer](https://github.com/kennethkalmer) made their
first contribution in
[sergeysova/jq-action#5

**Full Changelog**:
sergeysova/jq-action@v2.1.0...v2.2.0

###
[`v2.1.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.1.0)

[Compare
Source](https://github.com/sergeysova/jq-action/compare/v2...v2.1.0)

Added support for multiline `run`
[sergeysova/jq-action#3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit ec196ce)
kibanamachine added a commit to elastic/kibana that referenced this pull request Aug 14, 2024
…190567)

# Backport

This will backport the following commits from `main` to `8.15`:
- [Update sergeysova/jq-action action to v2.3.0 (main)
(#190552)](#190552)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-08-14T22:15:05Z","message":"Update
sergeysova/jq-action action to v2.3.0 (main) (#190552)\n\nThis PR
contains the following updates:\r\n\r\n| Package | Type | Update |
Change |\r\n|---|---|---|---|\r\n|
[sergeysova/jq-action](https://github.com/sergeysova/jq-action)
|\r\naction | minor | `v2` -> `v2.3.0` |\r\n\r\n---\r\n\r\n### Release
Notes\r\n\r\n<details>\r\n<summary>sergeysova/jq-action
(sergeysova/jq-action)</summary>\r\n\r\n###\r\n[`v2.3.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.3.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.2.1...v2.3.0)\r\n\r\n#####
What's Changed\r\n\r\n- Use $GITHUB_OUTPUT instead of set-output
by\r\n[@&#8203;satoryu](https://github.com/satoryu)
in\r\n[sergeysova/jq-action#9
New Contributors\r\n\r\n-
[@&#8203;satoryu](https://github.com/satoryu) made their
first\r\ncontribution
in\r\n[sergeysova/jq-action#9
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2...v2.3.0\r\n\r\n###\r\n[`v2.2.1`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.1)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1)\r\n\r\n#####
What's Changed\r\n\r\n- Fix globbing in input
by\r\n[@&#8203;norman-zon](https://github.com/norman-zon)
in\r\n[sergeysova/jq-action#7
New Contributors\r\n\r\n-
[@&#8203;norman-zon](https://github.com/norman-zon) made their
first\r\ncontribution
in\r\n[sergeysova/jq-action#7
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1\r\n\r\n###\r\n[`v2.2.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0)\r\n\r\n#####
What's Changed\r\n\r\n- fix: use correct multiline output
by\r\n[@&#8203;kennethkalmer](https://github.com/kennethkalmer)
in\r\n[sergeysova/jq-action#5
New Contributors\r\n\r\n-
[@&#8203;kennethkalmer](https://github.com/kennethkalmer) made
their\r\nfirst contribution
in\r\n[sergeysova/jq-action#5
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0\r\n\r\n###\r\n[`v2.1.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.1.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2...v2.1.0)\r\n\r\nAdded
support for multiline
`run`\r\n[https://github.com/sergeysova/jq-action/pull/3](https://github.com/sergeysova/jq-action/pull/3)\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"ec196ce91c5c135e958a5567970349e435604d5f","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","💝community","backport:all-open","v8.16.0"],"title":"Update
sergeysova/jq-action action to v2.3.0
(main)","number":190552,"url":"#190552
sergeysova/jq-action action to v2.3.0 (main) (#190552)\n\nThis PR
contains the following updates:\r\n\r\n| Package | Type | Update |
Change |\r\n|---|---|---|---|\r\n|
[sergeysova/jq-action](https://github.com/sergeysova/jq-action)
|\r\naction | minor | `v2` -> `v2.3.0` |\r\n\r\n---\r\n\r\n### Release
Notes\r\n\r\n<details>\r\n<summary>sergeysova/jq-action
(sergeysova/jq-action)</summary>\r\n\r\n###\r\n[`v2.3.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.3.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.2.1...v2.3.0)\r\n\r\n#####
What's Changed\r\n\r\n- Use $GITHUB_OUTPUT instead of set-output
by\r\n[@&#8203;satoryu](https://github.com/satoryu)
in\r\n[sergeysova/jq-action#9
New Contributors\r\n\r\n-
[@&#8203;satoryu](https://github.com/satoryu) made their
first\r\ncontribution
in\r\n[sergeysova/jq-action#9
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2...v2.3.0\r\n\r\n###\r\n[`v2.2.1`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.1)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1)\r\n\r\n#####
What's Changed\r\n\r\n- Fix globbing in input
by\r\n[@&#8203;norman-zon](https://github.com/norman-zon)
in\r\n[sergeysova/jq-action#7
New Contributors\r\n\r\n-
[@&#8203;norman-zon](https://github.com/norman-zon) made their
first\r\ncontribution
in\r\n[sergeysova/jq-action#7
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1\r\n\r\n###\r\n[`v2.2.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0)\r\n\r\n#####
What's Changed\r\n\r\n- fix: use correct multiline output
by\r\n[@&#8203;kennethkalmer](https://github.com/kennethkalmer)
in\r\n[sergeysova/jq-action#5
New Contributors\r\n\r\n-
[@&#8203;kennethkalmer](https://github.com/kennethkalmer) made
their\r\nfirst contribution
in\r\n[sergeysova/jq-action#5
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0\r\n\r\n###\r\n[`v2.1.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.1.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2...v2.1.0)\r\n\r\nAdded
support for multiline
`run`\r\n[https://github.com/sergeysova/jq-action/pull/3](https://github.com/sergeysova/jq-action/pull/3)\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"ec196ce91c5c135e958a5567970349e435604d5f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"#190552
sergeysova/jq-action action to v2.3.0 (main) (#190552)\n\nThis PR
contains the following updates:\r\n\r\n| Package | Type | Update |
Change |\r\n|---|---|---|---|\r\n|
[sergeysova/jq-action](https://github.com/sergeysova/jq-action)
|\r\naction | minor | `v2` -> `v2.3.0` |\r\n\r\n---\r\n\r\n### Release
Notes\r\n\r\n<details>\r\n<summary>sergeysova/jq-action
(sergeysova/jq-action)</summary>\r\n\r\n###\r\n[`v2.3.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.3.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.2.1...v2.3.0)\r\n\r\n#####
What's Changed\r\n\r\n- Use $GITHUB_OUTPUT instead of set-output
by\r\n[@&#8203;satoryu](https://github.com/satoryu)
in\r\n[sergeysova/jq-action#9
New Contributors\r\n\r\n-
[@&#8203;satoryu](https://github.com/satoryu) made their
first\r\ncontribution
in\r\n[sergeysova/jq-action#9
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2...v2.3.0\r\n\r\n###\r\n[`v2.2.1`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.1)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1)\r\n\r\n#####
What's Changed\r\n\r\n- Fix globbing in input
by\r\n[@&#8203;norman-zon](https://github.com/norman-zon)
in\r\n[sergeysova/jq-action#7
New Contributors\r\n\r\n-
[@&#8203;norman-zon](https://github.com/norman-zon) made their
first\r\ncontribution
in\r\n[sergeysova/jq-action#7
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2.2.0...v2.2.1\r\n\r\n###\r\n[`v2.2.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.2.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0)\r\n\r\n#####
What's Changed\r\n\r\n- fix: use correct multiline output
by\r\n[@&#8203;kennethkalmer](https://github.com/kennethkalmer)
in\r\n[sergeysova/jq-action#5
New Contributors\r\n\r\n-
[@&#8203;kennethkalmer](https://github.com/kennethkalmer) made
their\r\nfirst contribution
in\r\n[sergeysova/jq-action#5
Changelog**:\r\nhttps://github.com/sergeysova/jq-action/compare/v2.1.0...v2.2.0\r\n\r\n###\r\n[`v2.1.0`](https://github.com/sergeysova/jq-action/releases/tag/v2.1.0)\r\n\r\n[Compare\r\nSource](https://github.com/sergeysova/jq-action/compare/v2...v2.1.0)\r\n\r\nAdded
support for multiline
`run`\r\n[https://github.com/sergeysova/jq-action/pull/3](https://github.com/sergeysova/jq-action/pull/3)\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"ec196ce91c5c135e958a5567970349e435604d5f"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants