From 14385a14d0e56c2bea84e5232788cf416c8db2b0 Mon Sep 17 00:00:00 2001 From: "Devlynn C. Singley" Date: Fri, 6 Aug 2021 10:44:05 -0700 Subject: [PATCH] Update --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 66daef0c..c92598d2 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,9 @@ inputs: description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN' scope: description: 'Optional scope for authenticating against scoped registries' - token: + token:git remote add origin https://github.com/devlynns/devlynnsingley.git +git branch -M master +git push -u origin master description: Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. default: ${{ github.token }} cache: @@ -33,4 +35,4 @@ runs: using: 'node12' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' - post-if: success() \ No newline at end of file + post-if: success()