Skip to content

Commit

Permalink
feat: added badge and fixed workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
Svalorzen committed Mar 6, 2024
1 parent e20a69f commit ecfa09f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AI-Toolbox
name: GitHash

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
GITHASH CMAKE MODULE
====================

[![GitHash](https://github.com/Svalorzen/GitHash/actions/workflows/build_cmake.yml/badge.svg)](https://github.com/Svalorzen/GitHash/actions/workflows/build_cmake.yml)

This module allows you to obtain the current branch, sha1, short sha1 and dirty
flag directly within C++. It creates a static library called `GitHash` behind
the scenes which contains these values as symbols you can use.
Expand Down

0 comments on commit ecfa09f

Please sign in to comment.