forked from eclipse-zenoh/ci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add repo as input for publish debian action (eclipse-zenoh#131)
* Add repo as input for publish debian action We now include the repo as part of the temporary .Packages-$repo-$version file used to generate Packages.gz for the debian repository. This way the temporary .Packages file is not overwritten per package when the action runs causing Packages.gz to be built with missing Packages. * npm run build to transpile ts to js
- Loading branch information
1 parent
abe1a66
commit 40b8bad
Showing
4 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ inputs: | |
required: true | ||
installation-test: | ||
required: true | ||
repo: | ||
required: true | ||
|
||
runs: | ||
using: node20 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters