Skip to content

Commit

Permalink
Merge pull request #5 from Gileba-org/hotfixes
Browse files Browse the repository at this point in the history
Hotfixes
  • Loading branch information
Gileba authored Sep 30, 2022
2 parents ae5ab4b + 8a918a6 commit 26a302d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@f38648320929161d81646834fbee4d75f6502aea
uses: codacy/codacy-analysis-cli-action@8abcaf1b06f1d9bd44d5795bbc679440aeb6ea7c
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations
Expand Down
2 changes: 1 addition & 1 deletion src/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
switch ($type) {
case "poule":
echo ', pouleid: "' . $poule . '"';
if ($headers !== null) {
if ($cols != "") {
echo ', cols: "' . $cols . '"';
}
if ($headers != "") {
echo ', headers: "' . $headers . '"';
}
echo '});';
Expand Down

0 comments on commit 26a302d

Please sign in to comment.