Skip to content

Commit df610e7

Browse files
committed
flat-manager: Add support for --build-log-url
1 parent 63000c3 commit df610e7

File tree

4 files changed

+91
-76
lines changed

4 files changed

+91
-76
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
| `token` | A flat-manager token | Required | - |
190190
| `end-of-life` | Reason for end of life | Optional | - |
191191
| `end-of-life-rebase` | The new app-id | Optional | - |
192+
| `build-log-url` | URL to Flatpak build log | Optional | - |
192193
| `verbose` | Enable verbosity | Optional | `false` |
193194

194195
### Docker Image

flat-manager/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ inputs:
2525
description: >
2626
"Mark new refs as end-of-life. This one takes an ID that supersedes the current one. By the user's request, the application data may be preserved for the new application. Note, this is actually a prefix match, so if you say org.the.app=org.new.app, then something like org.the.app.Locale will be rebased to org.new.app.Locale."
2727
required: false
28+
build-log-url:
29+
description: >
30+
Set URL to the build log that created Flatpak build
31+
required: false
2832
verbose:
2933
description: >
3034
"Enable verbosity"

0 commit comments

Comments
 (0)