Skip to content

Commit

Permalink
ci: testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Aug 12, 2024
1 parent 4716406 commit cc9d506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
- name: Create PR with new version
if: if [[ "${{ steps.check-latest-splunk.outputs.splunk_version }}" == "true" ]]
if: if [[ "${{ steps.check-latest-splunk.outputs.splunk_version }}" == "True" ]]
run: |
echo ${{ steps.check-latest-splunk.outputs.splunk_version }}
git config --global user.email ${{ secrets.GH_USER_EMAIL }}
git config --global user.name ${{ secrets.GH_USER_ADMIN }}
git config --global commit.gpgsign true
Expand Down

0 comments on commit cc9d506

Please sign in to comment.