Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lessley Dennington committed Apr 26, 2021
1 parent 09c0e47 commit 1d777d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ async function run(): Promise<void> {
);

core.debug('computing manifest file path...');
const manifestFilePath = `manifests/${id
let manifestFilePath = `manifests/${id
.charAt(0)
.toLowerCase()}/${id.replace('.', '/')}/${version}.yaml`;
.toLowerCase()}/${id.replace('.', '/')}/${version}.yaml`.trim();
core.debug(`manifest file path is: ${manifestFilePath}`);

core.debug(`final manifest is:`);
Expand Down

0 comments on commit 1d777d1

Please sign in to comment.