From e8e03e9415b6a53a348fad07f36cb08abc275c67 Mon Sep 17 00:00:00 2001 From: Vio Date: Sun, 29 Aug 2021 20:47:00 +0200 Subject: [PATCH 1/3] fix: Add title --- src/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.jsx b/src/index.jsx index 33548776..30d1865a 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -8,6 +8,7 @@ import './index.css'; const App = () => ( +

Examples

); From 94506f3d0ec1ed2ab127fd9c8049b2628cc60b99 Mon Sep 17 00:00:00 2001 From: Vio Date: Mon, 14 Feb 2022 21:34:02 +0100 Subject: [PATCH 2/3] build: Update agent - latest --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a38a936..09b87938 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@v2 + uses: relative-ci/agent-action@c6f931bc13c5a696a8af406ffef90e6395d0c92c with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} From ad2381821d44a5fe02f69d08db32555f9e257521 Mon Sep 17 00:00:00 2001 From: Vio Date: Mon, 14 Feb 2022 21:42:45 +0100 Subject: [PATCH 3/3] build: Use agent@v2 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 09b87938..3a38a936 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@c6f931bc13c5a696a8af406ffef90e6395d0c92c + uses: relative-ci/agent-action@v2 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}