Skip to content

Commit

Permalink
setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Feb 14, 2024
1 parent 016f7e1 commit 7034fb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/aws_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ jobs:
needs: start-runner # required to start the main job when the runner is ready
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
steps:
- name: Set $HOME
run: echo "HOME=${{ github.workspace }}" >> $GITHUB_ENV

- name: setting git credentials
run: |
git config --global user.name "hvgazula"
git config --global user.email "[email protected]"
git config --system user.name "hvgazula"
git config --system user.email "[email protected]"
echo $HOME
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 7034fb1

Please sign in to comment.