Skip to content

Commit

Permalink
removed global
Browse files Browse the repository at this point in the history
  • Loading branch information
NiftyliuS committed Feb 10, 2024
1 parent d821ffb commit 06b49fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:

- name: Clone, copy thrift folder, and include specific files
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global pull.rebase true
git clone -b dev https://github.com/alexandriaproject-io/alexandria-project-types.git
ls
cd alexandria-project-types
echo $(( $(cat nonce) + 1 )) > nonce
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
ls
git add .
Expand Down

0 comments on commit 06b49fd

Please sign in to comment.