From 2922a240d473b189cdb763f6210ad9c97f61fca4 Mon Sep 17 00:00:00 2001 From: Caitlin Elfring Date: Tue, 15 Sep 2020 12:08:04 -0400 Subject: [PATCH] Pin v0 of this action to v0 of woke Made possible because of https://github.com/get-woke/woke/commit/3ac48d67a23436789bda6558d330233390163915 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2ffd6d0..8393153 100644 --- a/action.yml +++ b/action.yml @@ -21,8 +21,8 @@ inputs: default: '.' required: false woke-version: - description: 'woke version' - default: '' # uses latest, should be pinned? # 'v0.1' + description: 'woke version, defaults to the latest `v0` version. Override to pin to a specific version' + default: 'v0' required: false runs: using: 'composite'