Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
update template with ABSOLUTE_IMAGE_LINKS (#12)
Browse files Browse the repository at this point in the history
hotfix assignees to github.actor
  • Loading branch information
Marloxo authored Aug 25, 2020
1 parent 0e35361 commit f02c854
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
output: 'output'
env:
HIDE_CODEBLOCKS: 1
ABSOLUTE_IMAGE_LINKS: 1

- name: show changes
run: |
Expand All @@ -71,8 +72,8 @@ jobs:
[1]: https://github.com/peter-evans/create-pull-request
labels: report, automated pr
assignees: neenjaw
reviewers: neenjaw
assignees: ${{ github.actor }}
reviewers: ${{ github.actor }}
- name: Check outputs
run: |
echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
output: '.resources'
env:
HIDE_CODEBLOCKS: 1
ABSOLUTE_IMAGE_LINKS: 1

- name: show changes
run: |
Expand Down

0 comments on commit f02c854

Please sign in to comment.