Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Aug 27, 2024
1 parent cbd738d commit 4fd6c41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_splunk_tas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,15 @@ jobs:
git config user.name 'Splunk TA Updater [bot]'
git config user.email 'research@splunk.com'
git checkout -b auto-ta-update-${{ github.run_number }}
git add .
git add configs/attack_range_default.yml
git commit -m "Automated Splunk TA Update"
git push origin auto-ta-update-${{ github.run_number }}
- name: Create Pull Request
if: env.changes_detected == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GH_PAT }}
commit-message: "Automated Splunk TA Update"
branch: auto-ta-update-${{ github.run_number }}
base: develop
title: "Automated Splunk TA Update"
Expand Down

0 comments on commit 4fd6c41

Please sign in to comment.