Skip to content

Commit

Permalink
fix(main): changed uniqueExecutionId to be smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikro committed Jul 26, 2023
1 parent 4c1883c commit fe26924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ async function run(): Promise<void> {
remoteEnvironment: awsRemoteEnvironment
})

const [owner, repository] = process.env.GITHUB_REPOSITORY!.split('/')

const uniqueExecutionId = `aws-run-${owner}-${repository}-${uuidv4()}`
const uniqueExecutionId = `aws-run-${uuidv4()}`
core.debug(`Using ${uniqueExecutionId} as uniqueExecutionid`)

const executionResult =
Expand Down

0 comments on commit fe26924

Please sign in to comment.