fixed filename for search_* crons

This commit is contained in:
Damanpreet Singh 2021-10-18 18:48:38 +05:30
parent 493d9b98f5
commit 2e4604b0b9
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
id: commit_sha id: commit_sha
- name: Set file basename with format "dataset_branch_commitSHA" - name: Set file basename with format "dataset_branch_commitSHA"
shell: bash shell: bash
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})" run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}_${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
id: file id: file
# Run benchmarks # Run benchmarks

View File

@ -34,7 +34,7 @@ jobs:
id: commit_sha id: commit_sha
- name: Set file basename with format "dataset_branch_commitSHA" - name: Set file basename with format "dataset_branch_commitSHA"
shell: bash shell: bash
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})" run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}_${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
id: file id: file
# Run benchmarks # Run benchmarks