Skip to content

Commit

Permalink
flat-manager: Add support for --build-log-url
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Oct 17, 2023
1 parent 63000c3 commit df610e7
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 76 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
| `token` | A flat-manager token | Required | - |
| `end-of-life` | Reason for end of life | Optional | - |
| `end-of-life-rebase` | The new app-id | Optional | - |
| `build-log-url` | URL to Flatpak build log | Optional | - |
| `verbose` | Enable verbosity | Optional | `false` |

### Docker Image
Expand Down
4 changes: 4 additions & 0 deletions flat-manager/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ inputs:
description: >
"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."
required: false
build-log-url:
description: >
Set URL to the build log that created Flatpak build
required: false
verbose:
description: >
"Enable verbosity"
Expand Down
Loading

0 comments on commit df610e7

Please sign in to comment.