Skip to content

Commit

Permalink
fix git log for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 13, 2023
1 parent e599b59 commit 6c16b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
lua tools/luapack-*/luapack.lua target/more-clink-completions.lua
# Add version info
git_log=$(git log ${{ github.ref_name }} --pretty=format:"%H%d %aI %s" -1)
git_log=$(git log ${{ github.sha }} --pretty=format:"%H%d %aI %s")
prefix="-- $git_log
-- SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
-- SPDX-License-Identifier: MIT
Expand Down

0 comments on commit 6c16b78

Please sign in to comment.