Skip to content

Commit

Permalink
fix: show data
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMath123 committed May 17, 2024
1 parent c2f7521 commit a25b800
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion 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.

6 changes: 5 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ async function run() {

const deployments = response.data

console.log(deployments)
const findDeployment = deployments.find(
deployment => deployment.ref === branch
)

console.log(findDeployment)

// Log the branch name to the console
console.log(`Branch: ${branch}`)
Expand Down

0 comments on commit a25b800

Please sign in to comment.