Skip to content

Commit

Permalink
refactor: get rid of intermidiate bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Jul 19, 2024
1 parent 26979fa commit b07fa2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: ./sc4s_sync.sh
with:
python-version: 3.12
- uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
Expand Down Expand Up @@ -45,7 +47,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: ./splunk_sync.sh
with:
python-version: 3.12
- run: |
pip install -r requirements.txt
splunk_version=$(python splunk_matrix_update.py)
echo $splunk_version
- uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
Expand Down
7 changes: 0 additions & 7 deletions splunk_sync.sh

This file was deleted.

0 comments on commit b07fa2b

Please sign in to comment.