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 5c3ca4d commit 667d2e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Build
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
on:
push:
jobs:
Expand Down Expand Up @@ -103,7 +105,7 @@ jobs:
if (err) reject(err);
else resolve(result);
}));
console.log('${{github.base_ref || github.head_ref}}');
console.log('${{BRANCH_NAME}}');
# "packages": [
# {
Expand Down

0 comments on commit 667d2e3

Please sign in to comment.