Skip to content

Commit

Permalink
make value a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Dec 16, 2024
1 parent 90ccf11 commit 3ee1f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ jobs:
ref: 'main',
inputs: {
server_branch: process.env.GITHUB_REF
is_workflow_call: 'true'
is_workflow_call: true
}
});
Expand Down

0 comments on commit 3ee1f79

Please sign in to comment.