Skip to content

Commit

Permalink
Update yapf.yml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corea authored Jun 18, 2021
1 parent c0d2c1f commit 42d985b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand All @@ -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 }}"
Expand Down

0 comments on commit 42d985b

Please sign in to comment.