From 03ebc7e8b6ca475c5340f11f0da7fe9a1ffad4ec Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 4 Sep 2023 16:51:37 +0200 Subject: [PATCH] chore: fix readme --- .github/actions/output/README.md | 26 -------------------------- .github/workflows/example-output.yaml | 2 +- .github/workflows/example-summary.yaml | 2 +- 3 files changed, 2 insertions(+), 28 deletions(-) diff --git a/.github/actions/output/README.md b/.github/actions/output/README.md index 07013fb..fd61218 100644 --- a/.github/actions/output/README.md +++ b/.github/actions/output/README.md @@ -5,29 +5,3 @@ Set the `output.value` of a step. This is a useful way to keep calculated values Example: - -```yaml -name: Example Summary - -on: - workflow_dispatch: - -permissions: - contents: read - -jobs: - run-example: - runs-on: ubuntu-latest - strategy: - matrix: - version: [10, 12, 14] - steps: - - name: Summary - uses: streetsidesoftware/actions/.github/actions/summary@db72c52e539c5e2c1423c949aad1d7d26f35931f - with: - text: | - # Summary - Finished with Node: `${{ matrix.version }}` -``` - - diff --git a/.github/workflows/example-output.yaml b/.github/workflows/example-output.yaml index 63082d8..b472c06 100644 --- a/.github/workflows/example-output.yaml +++ b/.github/workflows/example-output.yaml @@ -1,4 +1,4 @@ -name: ' 📗 Example Set Output' +name: '📗 Example Set Output' on: workflow_dispatch: diff --git a/.github/workflows/example-summary.yaml b/.github/workflows/example-summary.yaml index 8e85580..147784f 100644 --- a/.github/workflows/example-summary.yaml +++ b/.github/workflows/example-summary.yaml @@ -1,4 +1,4 @@ -name: ' 📗 Example Summary' +name: '📗 Example Summary' on: workflow_dispatch: