From 0d5bb4935f860a5b7f58810fce8084dc8f82dd65 Mon Sep 17 00:00:00 2001 From: ab77 Date: Tue, 6 Dec 2022 14:58:05 -0800 Subject: [PATCH] Enable repository configuration Change-type: patch --- .github/workflows/flowzone.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index cc51570b..18810303 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -23,8 +23,7 @@ jobs: tests_run_on: '["ubuntu-18.04","macos-latest","windows-2019"]' restrict_custom_actions: false github_prerelease: true -# repo_config: true -# repo_description: | -# Flash OS images to SD cards & USB drives, safely and easily. -# repo_homepage: https://etcher.io/ -# repo_enable_wiki: true + repo_config: true + repo_description: "Flash OS images to SD cards & USB drives, safely and easily." + repo_homepage: https://etcher.io/ + repo_enable_wiki: true