Skip to content

Commit

Permalink
removed comments from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovalenzuelaiturra committed Dec 21, 2020
1 parent 435085c commit c0d2c1f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,3 @@ git commit -m "Automation: YAPF Formatter" --all | exit 0
```
For a full list of possible args checkout the [YAPF docs](https://github.com/google/yapf#Usage).
---
```yaml
# github.action : the name of the action currently running.

# github.actor : the login of the user that initiated the workflow run.

# github.event_name : The name of the event that triggered the workflow run.

# 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.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.
```

0 comments on commit c0d2c1f

Please sign in to comment.