Skip to content

Commit

Permalink
Fixed missing char in build-test.yml file. Part of #73
Browse files Browse the repository at this point in the history
  • Loading branch information
iinsertNameHere committed May 8, 2024
1 parent 2c87a7d commit f0d244e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: 'Run Tests'
run: cd tests && ./test.sh
- name: 'Add build Number'
run: echo 'const BUILDNUMBER = "${{ github.run_id }}"' > ./src/catniplib/global/buildnum.nim
run: echo 'const BUILDNUMBER* = "${{ github.run_id }}"' > ./src/catniplib/global/buildnum.nim
- name: 'Push build Number'
run: |
git config --global user.name 'iinsertNameHere'
git config --global user.email 'iinsertNameHere@users.noreply.github.com'
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git commit -am "Automatic build Number update"
git push

0 comments on commit f0d244e

Please sign in to comment.