Skip to content
Snippets Groups Projects
Commit d795b49f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-19243: Job step 'uses' must specify action.yaml file

instead of having it implied by specifying the containing directory.
parent 0992a0af
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -275,7 +275,7 @@ jobs:
path: .util
- name: Post Windows symbols
uses: .util/post-bugsplat-windows
uses: .util/post-bugsplat-windows/action.yaml
with:
username: ${{ secrets.BUGSPLAT_USER }}
password: ${{ secrets.BUGSPLAT_PASS }}
......@@ -295,7 +295,7 @@ jobs:
path: .util
- name: Post Mac symbols
uses: .util/post-bugsplat-mac
uses: .util/post-bugsplat-mac/action.yaml
with:
username: ${{ secrets.BUGSPLAT_USER }}
password: ${{ secrets.BUGSPLAT_PASS }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment