Skip to content

Commit

Permalink
Updated the HOME path
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 1, 2023
1 parent ee94fb4 commit 7500a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: tj-actions/docker-cp@v2
with:
container: ${{ steps.puppeteer-test.outputs.container-id }}
source: /home/pptruser/test.pdf
source: ${{ steps.puppeteer-test.outputs.home }}/test.pdf
destination: test.pdf

- name: Display contents of test.pdf
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ outputs:
container-id:
description: 'Container ID'
value: ${{ steps.puppeteer-run.outputs.container-id }}
home:
description: 'Home directory'
value: /home/pptruser

runs:
using: 'composite'
Expand Down

0 comments on commit 7500a6a

Please # to comment.