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

0 comments on commit 2a334e4

Please sign in to comment.