Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Update Blob Name
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Jan 4, 2021
1 parent aeaea8f commit 9c1f47a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public async Task Run([TimerTrigger("0 0 */6 * * *")] TimerInfo timer, ILogger l
log.LogInformation($"Added {cloudAdvocateContributorModel.PullRequests.Count} Pull Requests for {cloudAdvocate.FullName}");
}

var blobName = $"ContributionsAsOf{DateTime.UtcNow:o}.json";
var blobName = $"Contributions_{DateTime.UtcNow:o}.json";
await _blobStorageService.UploadCloudAdvocateMicrosoftLearnContributions(cloudAdvocateContributions, blobName).ConfigureAwait(false);
}
}
Expand Down

0 comments on commit 9c1f47a

Please sign in to comment.