Skip to content

Commit

Permalink
💄 add description for gist
Browse files Browse the repository at this point in the history
  • Loading branch information
maxam2017 committed Apr 24, 2020
1 parent 6f5135c commit f83f4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ interface IRepo {
const filename = Object.keys(gist.data.files)[0];
await octokit.gists.update({
gist_id: process.env.GIST_ID,
description: 'powered by https://github.com/maxam2017/productive-box',
files: {
[filename]: {
// eslint-disable-next-line quotes
Expand Down

0 comments on commit f83f4b0

Please sign in to comment.