From 42d985b4a020ed6da2e5f172339e141a385b22e6 Mon Sep 17 00:00:00 2001 From: Hyungsuk Yoon Date: Sat, 19 Jun 2021 08:11:43 +0900 Subject: [PATCH] Update yapf.yml (#7) --- .github/workflows/yapf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/yapf.yml b/.github/workflows/yapf.yml index c2913ba..6b337cf 100644 --- a/.github/workflows/yapf.yml +++ b/.github/workflows/yapf.yml @@ -33,7 +33,7 @@ jobs: repository: ${{ github.repository }} token: ${{ github.token }} - # https://github.com/diegovalenzuelaiturra/yapf-action + # https://github.com/diegovalenzuelaiturra/yapf-action - name: YAPF Formatter uses: diegovalenzuelaiturra/yapf-action@master with: @@ -46,7 +46,7 @@ jobs: # github.job : The job_id of the current job. # github.ref : The branch or tag ref that triggered the workflow run. # github.repository : The owner and repository name. - # github.run_id : A unique number for each run within a repository. This number does not change if you re-run the workflow run. + # github.run_id : An unique number for each run within a repository. This number does not change if you re-run the workflow run. # github.sha : The commit SHA that triggered the workflow run. # github.workflow : The name of the workflow. If the workflow file doesn't specify a name, the value of this property is the full path of the workflow file in the repository. # github.workspace : The default working directory for steps and the default location of your repository when using the checkout action. @@ -56,7 +56,7 @@ jobs: echo -e "event_name : ${{ github.event_name }}" echo -e "job : ${{ github.job }}" echo -e "ref : ${{ github.ref }}" - echo -e" repository : ${{ github.repository }}" + echo -e "repository : ${{ github.repository }}" echo -e "run_id : ${{ github.run_id }}" echo -e "sha : ${{ github.sha }}" echo -e "workflow : ${{ github.workflow }}"