From b6987e17aefce32acbdb9bf6d353a90eedbf3d56 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Thu, 5 Mar 2020 16:23:45 -0800 Subject: [PATCH 1/5] some commit --- src/App.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.js b/src/App.js index 22274d7..afe3409 100644 --- a/src/App.js +++ b/src/App.js @@ -16,6 +16,9 @@ function App() { href="https://reactjs.org" target="_blank" rel="noopener noreferrer"> Learn Nothing + + + From e5484966bc60c0b74535e19da90d39e8fc017e55 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Thu, 5 Mar 2020 16:26:54 -0800 Subject: [PATCH 2/5] some other commit --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0695eb9..0dbce1a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,5 +20,6 @@ jobs: - run: yarn install - run: yarn run build --if-present - run: yarn run lint + - run: yarn run lint:fix env: CI: true From 15ccc0eb96189145553811df778d63298a0a67fd Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Thu, 5 Mar 2020 16:29:55 -0800 Subject: [PATCH 3/5] some other commits --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0dbce1a..8934a5e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,8 +18,8 @@ jobs: node-version: ${{ matrix.node-version }} - run: printf 'const awsmobile = {}; \n\nexport default awsmobile;' > ./src/aws-exports.js - run: yarn install + - run: yarn run lint:fix - run: yarn run build --if-present - run: yarn run lint - - run: yarn run lint:fix env: CI: true From 80fd99e859c80830d363f1dcdcee16b71686b7b6 Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent <53795625+FelipeD-FiveTalent@users.noreply.github.com> Date: Thu, 5 Mar 2020 16:56:14 -0800 Subject: [PATCH 4/5] some more changes --- .github/workflows/nodejs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8934a5e..d3ea97f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,10 +16,13 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: printf 'const awsmobile = {}; \n\nexport default awsmobile;' > ./src/aws-exports.js - run: yarn install - run: yarn run lint:fix - - run: yarn run build --if-present - - run: yarn run lint + - name: Commit files + run: | + git config --local user.email "felipe.delatorre@fivetalent.com" + git config --local user.name "FelipeD-FiveTalent" + git commit -am "Automated report" + git push env: CI: true From 713f8de59f447c21ff5a3d6bee15bc50d0ee4b8f Mon Sep 17 00:00:00 2001 From: FelipeD-FiveTalent Date: Fri, 6 Mar 2020 00:57:25 +0000 Subject: [PATCH 5/5] Automated report --- src/App.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/App.js b/src/App.js index afe3409..d68cf11 100644 --- a/src/App.js +++ b/src/App.js @@ -10,15 +10,8 @@ function App() {

Edit src/App.js and save to reload.

- + Learn Nothing - - -