Skip to content

Commit

Permalink
remove unneeded commit code
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jan 10, 2025
1 parent b7bfd94 commit 2e017ec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/check_tlsa_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,6 @@ 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: Create Pull Request
if: env.file_updated == 'true'
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 2e017ec

Please sign in to comment.