[GH-ISSUE #710] The $HOME variable is different between act and actual #449

Closed
opened 2026-03-01 21:43:30 +03:00 by kerem · 4 comments
Owner

Originally created by @TonalidadeHidrica on GitHub (May 28, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/710

I realized that the $HOME environment variable evaluates to different paths in act and actual Actions. Sorry if this is a duplicate or a known issue/restriction.

Act version

act version HEAD-8a9167d

Expected behaviour

echo $HOME should have /home/runner.

Actual behaviour

echo $HOME outputs /root.

Workflow and/or repository

Here is a minimal example.

Steps to reproduce

Run act on this repository.

act output

Log
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading environment from /path/to/github-actions-test/.env"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading secrets from /path/to/github-actions-test/.secrets"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading workflows from '/path/to/github-actions-test/.github/workflows'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading workflows recursively"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found workflow 'check-push-behavior.yml' in '/path/to/github-actions-test/.github/workflows/check-push-behavior.yml'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found workflow 'home-variable.yml' in '/path/to/github-actions-test/.github/workflows/home-variable.yml'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reading workflow '/path/to/github-actions-test/.github/workflows/check-push-behavior.yml'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Correcting if statements '/path/to/github-actions-test/.github/workflows/check-push-behavior.yml'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reading workflow '/path/to/github-actions-test/.github/workflows/home-variable.yml'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Correcting if statements '/path/to/github-actions-test/.github/workflows/home-variable.yml'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Planning event: push"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:50+09:00" level=debug msg="context env => map[ACT:true]"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:50+09:00" level=debug msg="context env => map[ACT:true]"
[Print home variable/Print home variable           ] 🚀  Start image=catthehacker/ubuntu:act-latest
[Show information/Show information of github object] 🚀  Start image=catthehacker/ubuntu:act-latest
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
[Print home variable/Print home variable           ]   🐳  docker pull catthehacker/ubuntu:act-latest
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master"
[Show information/Show information of github object]   🐳  docker pull catthehacker/ubuntu:act-latest
time="2021-05-29T00:39:51+09:00" level=debug msg="Image exists? true"
[Show information/Show information of github object]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
time="2021-05-29T00:39:51+09:00" level=debug msg="Image exists? true"
[Print home variable/Print home variable           ]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Show information/Show information of github object] Created container name=act-Show-information-Show-information-of-github-object id=b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9 from image catthehacker/ubuntu:act-latest (platform: )
[Show information/Show information of github object] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Show information/Show information of github object]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Show information/Show information of github object] Starting container: b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9
[Print home variable/Print home variable           ] Created container name=act-Print-home-variable-Print-home-variable id=c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7 from image catthehacker/ubuntu:act-latest (platform: )
[Print home variable/Print home variable           ] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Print home variable/Print home variable           ]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Print home variable/Print home variable           ] Starting container: c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7
[Show information/Show information of github object] Started container: b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9
[Print home variable/Print home variable           ] Started container: c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7
[Show information/Show information of github object]   🐳  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root
[Show information/Show information of github object] Exec command '[mkdir -m 0777 -p /var/run/act]'
[Print home variable/Print home variable           ]   🐳  docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root
[Print home variable/Print home variable           ] Exec command '[mkdir -m 0777 -p /var/run/act]'
[Show information/Show information of github object]   🐳  docker cp src=/path/to/github-actions-test/. dst=/path/to/github-actions-test
[Show information/Show information of github object]   🐳  docker exec cmd=[mkdir -p /path/to/github-actions-test] user=
[Show information/Show information of github object] Exec command '[mkdir -p /path/to/github-actions-test]'
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/event.json len:2"
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/envs.txt len:0"
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/paths.txt len:0"
[Print home variable/Print home variable           ] Extracting content to '/var/run/act/'
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing tarball /var/folders/2z/m3rvs1wx7pvbrt1q41l042j80000gn/T/act424609503 from /path/to/github-actions-test/."
time="2021-05-29T00:39:52+09:00" level=debug msg="Stripping prefix:/path/to/github-actions-test/ src:/path/to/github-actions-test/."
[Show information/Show information of github object] Extracting content from '/var/folders/2z/m3rvs1wx7pvbrt1q41l042j80000gn/T/act424609503' to '/path/to/github-actions-test'
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/event.json len:2"
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/envs.txt len:0"
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/paths.txt len:0"
[Show information/Show information of github object] Extracting content to '/var/run/act/'
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]"
time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Print home variable GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Print home variable GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]"
[Print home variable/Print home variable           ] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Print home variable GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Print home variable GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[Print home variable/Print home variable           ] ⭐  Run Print home variable
time="2021-05-29T00:39:52+09:00" level=debug msg="Wrote command '\necho \"\\$HOME=$HOME\"\n\n' to 'workflow/0'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/0 len:20"
[Print home variable/Print home variable           ] Extracting content to '/path/to/github-actions-test'
[Print home variable/Print home variable           ]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/0] user=
[Print home variable/Print home variable           ] Exec command '[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/0]'
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]"
time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 INPUT_FETCH-DEPTH:0 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]"
[Show information/Show information of github object] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 INPUT_FETCH-DEPTH:0 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[Show information/Show information of github object] ⭐  Run Set up Git repository
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master"
[Show information/Show information of github object] Skipping local actions/checkout because workdir was already copied
[Show information/Show information of github object]   ✅  Success - Set up Git repository
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master"
[Print home variable/Print home variable           ]   | $HOME=/root
[Print home variable/Print home variable           ]   ✅  Success - Print home variable
[Print home variable/Print home variable           ] Removed container: c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7
[Print home variable/Print home variable           ]   🐳  docker volume rm act-Print-home-variable-Print-home-variable
time="2021-05-29T00:39:53+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:53+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:53+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'"
time="2021-05-29T00:39:53+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n"
time="2021-05-29T00:39:53+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf"
time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000"
time="2021-05-29T00:39:53+09:00" level=debug msg="using github ref: refs/heads/master"
time="2021-05-29T00:39:53+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]"
time="2021-05-29T00:39:53+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]"
[Show information/Show information of github object] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[Show information/Show information of github object] ⭐  Run Print github object
time="2021-05-29T00:39:53+09:00" level=debug msg="Evaluating 'github['event']['before']' instead of 'github.event.before'"
time="2021-05-29T00:39:53+09:00" level=debug msg="Evaluating 'github['event']['after']' instead of 'github.event.after'"
time="2021-05-29T00:39:53+09:00" level=debug msg="Wrote command '\ngit diff --name-only   | tee change-list.txt\n' to 'workflow/1'"
time="2021-05-29T00:39:53+09:00" level=debug msg="Writing entry to tarball workflow/1 len:44"
[Show information/Show information of github object] Extracting content to '/path/to/github-actions-test'
[Show information/Show information of github object]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/1] user=
[Show information/Show information of github object] Exec command '[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/1]'
[Show information/Show information of github object]   ✅  Success - Print github object
[Show information/Show information of github object] Removed container: b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9
[Show information/Show information of github object]   🐳  docker volume rm act-Show-information-Show-information-of-github-object
Originally created by @TonalidadeHidrica on GitHub (May 28, 2021). Original GitHub issue: https://github.com/nektos/act/issues/710 <!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> I realized that the `$HOME` environment variable evaluates to different paths in `act` and actual Actions. Sorry if this is a duplicate or a known issue/restriction. ## Act version <!-- - Paste output of `act --version` inside the code block below - If you've built `act` yourself, please provide commit hash --> ```none act version HEAD-8a9167d ``` ## Expected behaviour `echo $HOME` should have `/home/runner`. <!-- - Describe how whole process should go and finish --> ## Actual behaviour `echo $HOME` outputs `/root`. <!-- - Describe the issue --> ## Workflow and/or repository <!-- - Provide workflow with which we can reproduce the issue OR - Provide link to your GitHub repository that contains the workflow --> Here is a minimal example. * [workflow file](https://github.com/TonalidadeHidrica/github-actions-test/blob/master/.github/workflows/home-variable.yml) * [run result](https://github.com/TonalidadeHidrica/github-actions-test/actions/runs/886097160) ## Steps to reproduce Run `act` on this repository. <!-- - Make sure to include full command with parameters you used to run `act`, example: 1. Clone example repo (https://github.com/cplee/github-actions-demo) 2. Enter cloned repo directory 3. Run `act -s SUPER_SECRET=im-a-value` --> ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ```none time="2021-05-29T00:39:50+09:00" level=debug msg="Loading environment from /path/to/github-actions-test/.env" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading secrets from /path/to/github-actions-test/.secrets" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading workflows from '/path/to/github-actions-test/.github/workflows'" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading workflows recursively" time="2021-05-29T00:39:50+09:00" level=debug msg="Found workflow 'check-push-behavior.yml' in '/path/to/github-actions-test/.github/workflows/check-push-behavior.yml'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found workflow 'home-variable.yml' in '/path/to/github-actions-test/.github/workflows/home-variable.yml'" time="2021-05-29T00:39:50+09:00" level=debug msg="Reading workflow '/path/to/github-actions-test/.github/workflows/check-push-behavior.yml'" time="2021-05-29T00:39:50+09:00" level=debug msg="Correcting if statements '/path/to/github-actions-test/.github/workflows/check-push-behavior.yml'" time="2021-05-29T00:39:50+09:00" level=debug msg="Reading workflow '/path/to/github-actions-test/.github/workflows/home-variable.yml'" time="2021-05-29T00:39:50+09:00" level=debug msg="Correcting if statements '/path/to/github-actions-test/.github/workflows/home-variable.yml'" time="2021-05-29T00:39:50+09:00" level=debug msg="Planning event: push" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:50+09:00" level=debug msg="context env => map[ACT:true]" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:50+09:00" level=debug msg="context env => map[ACT:true]" [Print home variable/Print home variable ] 🚀 Start image=catthehacker/ubuntu:act-latest [Show information/Show information of github object] 🚀 Start image=catthehacker/ubuntu:act-latest time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:50+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:50+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" [Print home variable/Print home variable ] 🐳 docker pull catthehacker/ubuntu:act-latest time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:50+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:50+09:00" level=debug msg="using github ref: refs/heads/master" [Show information/Show information of github object] 🐳 docker pull catthehacker/ubuntu:act-latest time="2021-05-29T00:39:51+09:00" level=debug msg="Image exists? true" [Show information/Show information of github object] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2021-05-29T00:39:51+09:00" level=debug msg="Image exists? true" [Print home variable/Print home variable ] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Show information/Show information of github object] Created container name=act-Show-information-Show-information-of-github-object id=b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9 from image catthehacker/ubuntu:act-latest (platform: ) [Show information/Show information of github object] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Show information/Show information of github object] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Show information/Show information of github object] Starting container: b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9 [Print home variable/Print home variable ] Created container name=act-Print-home-variable-Print-home-variable id=c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7 from image catthehacker/ubuntu:act-latest (platform: ) [Print home variable/Print home variable ] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Print home variable/Print home variable ] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Print home variable/Print home variable ] Starting container: c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7 [Show information/Show information of github object] Started container: b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9 [Print home variable/Print home variable ] Started container: c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7 [Show information/Show information of github object] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root [Show information/Show information of github object] Exec command '[mkdir -m 0777 -p /var/run/act]' [Print home variable/Print home variable ] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root [Print home variable/Print home variable ] Exec command '[mkdir -m 0777 -p /var/run/act]' [Show information/Show information of github object] 🐳 docker cp src=/path/to/github-actions-test/. dst=/path/to/github-actions-test [Show information/Show information of github object] 🐳 docker exec cmd=[mkdir -p /path/to/github-actions-test] user= [Show information/Show information of github object] Exec command '[mkdir -p /path/to/github-actions-test]' time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/event.json len:2" time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/envs.txt len:0" time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/paths.txt len:0" [Print home variable/Print home variable ] Extracting content to '/var/run/act/' time="2021-05-29T00:39:52+09:00" level=debug msg="Writing tarball /var/folders/2z/m3rvs1wx7pvbrt1q41l042j80000gn/T/act424609503 from /path/to/github-actions-test/." time="2021-05-29T00:39:52+09:00" level=debug msg="Stripping prefix:/path/to/github-actions-test/ src:/path/to/github-actions-test/." [Show information/Show information of github object] Extracting content from '/var/folders/2z/m3rvs1wx7pvbrt1q41l042j80000gn/T/act424609503' to '/path/to/github-actions-test' time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/event.json len:2" time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/envs.txt len:0" time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/paths.txt len:0" [Show information/Show information of github object] Extracting content to '/var/run/act/' time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]" time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Print home variable GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Print home variable GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]" [Print home variable/Print home variable ] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Print home variable GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Print home variable GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [Print home variable/Print home variable ] ⭐ Run Print home variable time="2021-05-29T00:39:52+09:00" level=debug msg="Wrote command '\necho \"\\$HOME=$HOME\"\n\n' to 'workflow/0'" time="2021-05-29T00:39:52+09:00" level=debug msg="Writing entry to tarball workflow/0 len:20" [Print home variable/Print home variable ] Extracting content to '/path/to/github-actions-test' [Print home variable/Print home variable ] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/0] user= [Print home variable/Print home variable ] Exec command '[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/0]' time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]" time="2021-05-29T00:39:52+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 INPUT_FETCH-DEPTH:0 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]" [Show information/Show information of github object] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 INPUT_FETCH-DEPTH:0 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [Show information/Show information of github object] ⭐ Run Set up Git repository time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master" [Show information/Show information of github object] Skipping local actions/checkout because workdir was already copied [Show information/Show information of github object] ✅ Success - Set up Git repository time="2021-05-29T00:39:52+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:52+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:52+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:52+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:52+09:00" level=debug msg="using github ref: refs/heads/master" [Print home variable/Print home variable ] | $HOME=/root [Print home variable/Print home variable ] ✅ Success - Print home variable [Print home variable/Print home variable ] Removed container: c29bc2e935ebedfe9f630b0b3c1b9d963b687a3be2ab3031c8eeb1b41324b0e7 [Print home variable/Print home variable ] 🐳 docker volume rm act-Print-home-variable-Print-home-variable time="2021-05-29T00:39:53+09:00" level=debug msg="Loading slug from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:53+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:53+09:00" level=debug msg="Loading revision from git directory '/path/to/github-actions-test/.git'" time="2021-05-29T00:39:53+09:00" level=debug msg="Found revision: 2876af05cb44f1827c0fb957825b5673c1e87837\n" time="2021-05-29T00:39:53+09:00" level=debug msg="HEAD points to '2876af05cb44f1827c0fb957825b5673c1e87837'" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/heads/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/heads/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch1 sha=a4b99e1be48b0dd1a476a9e312c9f002f97a0a1f" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/branch2 sha=25e21aec2a0096c9a4f5bd1d9258d6d9725defcc" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/remotes/origin/master sha=2876af05cb44f1827c0fb957825b5673c1e87837" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=refs/tags/tag-1 sha=5d5f8b47335e2f0ff159bda1687d771f79faacbf" time="2021-05-29T00:39:53+09:00" level=debug msg="Reference: name=HEAD sha=0000000000000000000000000000000000000000" time="2021-05-29T00:39:53+09:00" level=debug msg="using github ref: refs/heads/master" time="2021-05-29T00:39:53+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]" time="2021-05-29T00:39:53+09:00" level=debug msg="context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]" [Show information/Show information of github object] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:Show information of github object GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:TonalidadeHidrica/github-actions-test GITHUB_REPOSITORY_OWNER:TonalidadeHidrica GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:2876af05cb44f1827c0fb957825b5673c1e87837 GITHUB_TOKEN: GITHUB_WORKFLOW:Show information GITHUB_WORKSPACE:/path/to/github-actions-test IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [Show information/Show information of github object] ⭐ Run Print github object time="2021-05-29T00:39:53+09:00" level=debug msg="Evaluating 'github['event']['before']' instead of 'github.event.before'" time="2021-05-29T00:39:53+09:00" level=debug msg="Evaluating 'github['event']['after']' instead of 'github.event.after'" time="2021-05-29T00:39:53+09:00" level=debug msg="Wrote command '\ngit diff --name-only | tee change-list.txt\n' to 'workflow/1'" time="2021-05-29T00:39:53+09:00" level=debug msg="Writing entry to tarball workflow/1 len:44" [Show information/Show information of github object] Extracting content to '/path/to/github-actions-test' [Show information/Show information of github object] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/1] user= [Show information/Show information of github object] Exec command '[bash --noprofile --norc -e -o pipefail /path/to/github-actions-test/workflow/1]' [Show information/Show information of github object] ✅ Success - Print github object [Show information/Show information of github object] Removed container: b35dad1dbb43eeb8046987f2c39f6356372539319228b145d5490f6ab5fae2b9 [Show information/Show information of github object] 🐳 docker volume rm act-Show-information-Show-information-of-github-object ``` </details>
kerem 2026-03-01 21:43:30 +03:00
Author
Owner

@catthehacker commented on GitHub (May 28, 2021):

HOME envvar evaluates to the home path of the user used in container.
Since containers are running under root account (in default images), the value is correct.
Ref: #594

<!-- gh-comment-id:850510001 --> @catthehacker commented on GitHub (May 28, 2021): `HOME` envvar evaluates to the home path of the user used in container. Since containers are running under `root` account (in default images), the value is correct. Ref: #594
Author
Owner

@TonalidadeHidrica commented on GitHub (May 28, 2021):

So why do the difference happens? Is it because the user under which the container is running is different between local act and actual GitHub Actions?

<!-- gh-comment-id:850521706 --> @TonalidadeHidrica commented on GitHub (May 28, 2021): So why do the difference happens? Is it because the user under which the container is running is different between local `act` and actual GitHub Actions?
Author
Owner

@catthehacker commented on GitHub (May 28, 2021):

Yes

<!-- gh-comment-id:850528003 --> @catthehacker commented on GitHub (May 28, 2021): Yes
Author
Owner

@catthehacker commented on GitHub (May 28, 2021):

If you need to have runner user, you can use catthehacker/ubuntu:runner-* images

<!-- gh-comment-id:850530035 --> @catthehacker commented on GitHub (May 28, 2021): If you need to have `runner` user, you can use `catthehacker/ubuntu:runner-*` images
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#449
No description provided.