Skip to content

Commit

Permalink
GHA: Compile: Clarify repository when calling workflow externally
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 24, 2023
1 parent 0a54c86 commit 4b14347
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: EA31337/EA31337-indicators-other
- name: Set output with list of files
id: get-files
run: |
Expand All @@ -49,6 +51,8 @@ jobs:
file: ${{ fromJson(needs.GetList.outputs.filelist) }}
steps:
- uses: actions/checkout@v3
with:
repository: EA31337/EA31337-indicators-other
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
Expand Down

0 comments on commit 4b14347

Please sign in to comment.