Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 19, 2023
1 parent 19c3fa8 commit 3e31b4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ outputs:
runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
# Very Important: semantic-release won't trigger a tagged
# build if this is not set to false
persist-credentials: false
# - name: Checkout repository
# uses: actions/checkout@v3
# with:
# # Very Important: semantic-release won't trigger a tagged
# # build if this is not set to false
# persist-credentials: false

- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: ${{ inputs.python_version }}

- name: Create requirements file for pip
shell: bash
Expand Down

0 comments on commit 3e31b4e

Please sign in to comment.