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 fe4b0df commit 4716406
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 @@ -50,7 +50,8 @@ jobs:
run: |
pip install -r requirements.txt
splunk_version=$(python splunk_matrix_update.py)
echo "splunk_version=splunk_version" >> "$GITHUB_OUTPUT"
echo $splunk_version
echo "splunk_version=$splunk_version" >> "$GITHUB_OUTPUT"
- uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 4716406

Please sign in to comment.