Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxy-v authored Aug 31, 2024
1 parent ccaa9fd commit 5c3ca4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
const result = await new Promise((resolve, reject) => parseString(fs.readFileSync('coverage.xml', 'utf8'), (err, result) => {
if (err) reject(err);
else resolve(result);
});
console.log('${{github.base_ref}}');
}));
console.log('${{github.base_ref || github.head_ref}}');
# "packages": [
# {
Expand Down

0 comments on commit 5c3ca4d

Please sign in to comment.