Skip to content

Commit

Permalink
ci: Fix secret collision
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Dec 18, 2024
1 parent 7f33ef7 commit 38926b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
org: owner,
username: actor,
})
.then(response => core.setOutput("membership", response.data))
.then(response => core.setOutput("membership", true))
.catch(reason => core.setOutput("membership", false));
build:
Expand Down

0 comments on commit 38926b4

Please sign in to comment.