Skip to content

Commit f15ee4f

Browse files
committed
ci: Updated repo name
1 parent 283524e commit f15ee4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark-lcb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
run: awk -v hash="${{ github.sha }}" -v date="$(date --rfc-3339=date)" -F',' '{print $0 "," hash "," date}' ${{ github.workspace }}/riscv32.csv > ${{ github.workspace }}/${{ github.sha }}.csv
4646
- name: Read Updated
4747
run: cat ${{ github.workspace }}/${{ github.sha }}.csv
48-
- name: Pushes test file
49-
uses: dmnemec/copy_file_to_another_repo_action@main
48+
- name: Pushes csv
49+
uses: dmnemec/copy_file_to_another_repo_action@master
5050
env:
5151
API_TOKEN_GITHUB: ${{ secrets.ACCESS_TOKEN_RESSELPARK }}
5252
with:
5353
source_file: ${{ github.workspace }}/${{ github.sha }}.csv
54-
destination_repo: 'open-vadl/resselpark'
54+
destination_repo: 'openVADL/resselpark'
5555
destination_folder: 'data/lcb/riscv32'
5656
user_email: 'ci@openvadl.org'
5757
user_name: 'ci'

0 commit comments

Comments
 (0)