Skip to content

Commit

Permalink
[CI] .github/workflows/etiss_riscv_examples.yml: change repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 7, 2024
1 parent c07edbd commit e913e78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/etiss_riscv_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: demo-install
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: kebi-be/seal5
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: tum-ei-eda/seal5
path: /home/runner/work/seal5_prebuilt
run-id: ${{ github.event.client_payload.triggered_run_id }}

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
name: etiss_prebuilt
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}
path: /home/runner/work/etiss_prebuilt
repository: kebi-be/etiss
repository: tum-ei-eda/etiss_riscv_test_env
run-id: ${{ github.event.client_payload.etiss_run_id }}

- name: Download ETISS RISCV Examples Artifact
Expand Down

0 comments on commit e913e78

Please sign in to comment.