Skip to content

Commit

Permalink
remove commiter and see if PR action takes care of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jan 10, 2025
1 parent 7a0b6e8 commit 32241dc
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/check_tlsa_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,16 @@ jobs:
# Cleanup temp file
rm tlsa.json
- name: Commit and push changes
if: env.file_updated == 'true'
run: |
git diff
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b update-tlsa-record-${{ github.run_id }}
git add testing/integration_tests.py
git commit -m "Update TLSA records"
git push -u origin update-tlsa-record-${{ github.run_id }}
# - name: Commit and push changes
# if: env.file_updated == 'true'
# run: |
# git diff
# git config --global user.name "github-actions[bot]"
# git config --global user.email "github-actions[bot]@users.noreply.github.com"
# git checkout -b update-tlsa-record-${{ github.run_id }}
# git add testing/integration_tests.py
# git commit -m "Update TLSA records"
# git push -u origin update-tlsa-record-${{ github.run_id }}

- name: Create Pull Request
if: env.file_updated == 'true'
Expand All @@ -129,5 +129,4 @@ jobs:
base: main
branch: update-tlsa-record-${{ github.run_id }}
delete-branch: false
committer: "github-actions[bot]"
author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

0 comments on commit 32241dc

Please sign in to comment.