From 763b4b52053dc4b535c650a713d7b409091bb853 Mon Sep 17 00:00:00 2001 From: Kosuke Aoki Date: Wed, 5 Apr 2023 00:36:04 +0900 Subject: [PATCH] Outdent --- .github/workflows/devto.yml | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/devto.yml b/.github/workflows/devto.yml index a5635f7..fb161fa 100644 --- a/.github/workflows/devto.yml +++ b/.github/workflows/devto.yml @@ -14,23 +14,23 @@ jobs: devto: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: "Publish articles on dev.to" - uses: sinedied/publish-devto@v2 - id: publish_devto - with: - devto_key: ${{ secrets.DEVTO_ACCESS_TOKEN }} - github_token: ${{ secrets.GITHUB_TOKEN }} - files: "articles/en/*.md" - branch: main - conventional_commits: true - dry_run: ${{ github.event_name == 'pull_request' }} - - uses: actions-ecosystem/action-create-comment@v1 - if: ${{ github.event_name == 'pull_request' }} - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - body: | - Changes result: - ``` - ${{ steps.publish_devto.outputs.result_summary }} - ``` + - uses: actions/checkout@v2 + - name: "Publish articles on dev.to" + uses: sinedied/publish-devto@v2 + id: publish_devto + with: + devto_key: ${{ secrets.DEVTO_ACCESS_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} + files: "articles/en/*.md" + branch: main + conventional_commits: true + dry_run: ${{ github.event_name == 'pull_request' }} + - uses: actions-ecosystem/action-create-comment@v1 + if: ${{ github.event_name == 'pull_request' }} + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + body: | + Changes result: + ``` + ${{ steps.publish_devto.outputs.result_summary }} + ```