Skip to content

Commit

Permalink
fix: using minor in our github actions #15
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored Feb 2, 2022
1 parent bb5397a commit 948dddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: ort-action
uses: splunk/[email protected].10
uses: splunk/[email protected]
id: ort-action
with:
WorkDir: .
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
with:
python-version: 3.7
- name: run-tests
uses: splunk/[email protected].0
uses: splunk/[email protected]
with:
input-files: tests/requirement_test/logs
- name: Archive production artifacts
Expand Down

0 comments on commit 948dddd

Please sign in to comment.