Skip to content

Commit

Permalink
ci: get hash time outside msys
Browse files Browse the repository at this point in the history
  • Loading branch information
phuwit committed Oct 18, 2023
1 parent e3196d8 commit 16dbd5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
uses: actions/checkout@v3

- name: Get commit hash and time
shell: msys2 {0}
run: echo "HASH_TIME=$(git show -s --format="%h(%cd)" --date=format:"%Y-%m-%d %H.%M.%S %z")" >> $env:GITHUB_ENV

- name: Configure
Expand Down

0 comments on commit 16dbd5d

Please sign in to comment.