Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
senthil10 committed Apr 5, 2024
1 parent 0924287 commit c22fe88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Test Git commands
run: |
echo "This is a test file $(date)" >> test_file.txt
git config --local user.name ${{ github.actor }}
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add test_file.txt
git commit -m "Action file test"
Expand Down

0 comments on commit c22fe88

Please sign in to comment.