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()