Skip to content

Commit

Permalink
Merge pull request #8 from senthil10/develop
Browse files Browse the repository at this point in the history
PR test
  • Loading branch information
senthil10 authored Apr 4, 2024
2 parents 3b227f9 + 53d5440 commit f5994f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
- name: Update the file and push to develop
run: |
echo "This is a test file" > test_file.txt
echo "This is a test file updated" > test_file.txt
git add test_file.txt
git commit -m "Action file update"
git push origin develop
Expand Down

0 comments on commit f5994f9

Please sign in to comment.