Fix fuzzing ref (#933)

This commit is contained in:
Auguste Rame
2023-01-22 05:46:35 -05:00
committed by GitHub
parent 12e996ad96
commit e2307d7dbf

View File

@@ -101,7 +101,7 @@ jobs:
space_name: fuzzing-output space_name: fuzzing-output
space_region: nyc3 space_region: nyc3
source: sus/saved_logs/ source: sus/saved_logs/
out_dir: ${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.ref_name }}/${{ github.sha }} out_dir: ${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.head_ref || github.ref_name }}/${{ github.sha }}