Skip to content

Commit

Permalink
Cleaning up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Feb 22, 2021
1 parent 9bf72dd commit f47c100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Action
uses: TheBurchLog/body-env-tag-action@1.0
uses: TheBurchLog/body-env-tag-action@3.0
with:
tag: 'body-tag:'
env-variable: 'MY_TAG'
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ try {
const default_value = core.getInput('default-value');
const tag_position = core.getInput('tag-position');

// Find the correct body obj
if ('issue' in github.context.payload){
var issue_body = github.context.payload.issue.body;
}
Expand Down

0 comments on commit f47c100

Please sign in to comment.