[GH-ISSUE #626] Issue: "post" run not executed #410

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

Originally created by @sverhagen on GitHub (Apr 20, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/626

Act version

act version 0.2.21

Expected behaviour

After executing the steps defined in the workflow, it should run the "post" runs, here specifically demonstrated for actions/checkout it should say things like "Post job cleanup.", as can be seen here and in the screenshot:

image

For the example here (using actions/checkout), the "post" run is defined here, and implemented here.

Actual behaviour

The "post" run for actions/checkout is skipped. Seen the same for other actions (not in this example), such as actions/cache.

Workflow and/or repository

Workflow
name: Build

on: [push]

jobs:
  build_job:
    name: Build
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - run: echo "Test"

Steps to reproduce

  1. Clone example repo (https://github.com/sverhagen/act-post-run)
  2. Enter cloned repo directory
  3. Run act:
    act
    

act output

Log
DEBU[0000] Loading environment from /home/sander/Code/act-test/.env 
DEBU[0000] Loading secrets from /home/sander/Code/act-test/.secrets 
DEBU[0000] Loading workflows from '/home/sander/Code/act-test/.github/workflows' 
DEBU[0000] Reading workflow '/home/sander/Code/act-test/.github/workflows/build.yaml' 
DEBU[0000] Planning event: push                         
DEBU[0000] Loading slug from git directory '/home/sander/Code/act-test/.git' 
DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0000] Loading revision from git directory '/home/sander/Code/act-test/.git' 
DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0000] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' 
DEBU[0000] HEAD matches refs/heads/main                 
DEBU[0000] using github ref: refs/heads/main            
DEBU[0000] context env => map[ACT:true]                 
[Build/Build] 🚀  Start image=catthehacker/ubuntu:act-latest
DEBU[0000] Loading slug from git directory '/home/sander/Code/act-test/.git' 
DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0000] Loading revision from git directory '/home/sander/Code/act-test/.git' 
DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0000] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' 
DEBU[0000] HEAD matches refs/heads/main                 
DEBU[0000] using github ref: refs/heads/main            
[Build/Build]   🐳  docker pull catthehacker/ubuntu:act-latest
DEBU[0000] Image exists? true                           
[Build/Build]   🐳  docker create image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Build/Build] Created container name=act-Build-Build id=9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d from image catthehacker/ubuntu:act-latest (platform: linux/amd64)
[Build/Build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Build/Build]   🐳  docker run image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Build/Build] Starting container: 9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d
[Build/Build] Started container: 9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d
[Build/Build]   🐳  docker cp src=/home/sander/Code/act-test/. dst=/home/sander/Code/act-test
[Build/Build] Exec command '[mkdir -p /home/sander/Code/act-test]'
DEBU[0000] Writing tarball /tmp/act916293007 from /home/sander/Code/act-test/. 
DEBU[0000] Stripping prefix:/home/sander/Code/act-test/ src:/home/sander/Code/act-test/. 
[Build/Build] Extracting content from '/tmp/act916293007' to '/home/sander/Code/act-test'
DEBU[0000] Writing entry to tarball workflow/event.json len:2 
DEBU[0000] Writing entry to tarball workflow/envs.txt len:0 
DEBU[0000] Writing entry to tarball home/.act len:0     
[Build/Build] Extracting content to '/home/sander/Code'
DEBU[0000] Loading slug from git directory '/home/sander/Code/act-test/.git' 
DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0000] Loading revision from git directory '/home/sander/Code/act-test/.git' 
DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0000] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' 
DEBU[0000] HEAD matches refs/heads/main                 
DEBU[0000] using github ref: refs/heads/main            
DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' 
DEBU[0001] HEAD matches refs/heads/main                 
DEBU[0001] using github ref: refs/heads/main            
DEBU[0001] context env => map[ACT:true]                 
DEBU[0001] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20] 
[Build/Build] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20]
[Build/Build] ⭐  Run actions/checkout@v2
DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' 
DEBU[0001] HEAD matches refs/heads/main                 
DEBU[0001] using github ref: refs/heads/main            
[Build/Build] Skipping actions/checkout
[Build/Build]   ✅  Success - actions/checkout@v2
DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' 
DEBU[0001] HEAD matches refs/heads/main                 
DEBU[0001] using github ref: refs/heads/main            
DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' 
DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 
DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' 
DEBU[0001] HEAD matches refs/heads/main                 
DEBU[0001] using github ref: refs/heads/main            
DEBU[0001] context env => map[ACT:true]                 
DEBU[0001] context env => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20] 
[Build/Build] setupEnv => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20]
[Build/Build] ⭐  Run echo "Test"
DEBU[0001] Wrote command '
echo "Test"
' to 'workflow/1' 
DEBU[0001] Writing entry to tarball workflow/1 len:11   
[Build/Build] Extracting content to '/home/sander/Code/'
[Build/Build] Exec command '[bash --login --noprofile --norc -e -o pipefail /home/sander/Code/workflow/1]'
| Test
[Build/Build]   ✅  Success - echo "Test"
[Build/Build] Removed container: 9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d
[Build/Build]   🐳  docker volume rm act-Build-Build

Notes

"As seen in" this Gitter question.

Great project, thank you.

Originally created by @sverhagen on GitHub (Apr 20, 2021). Original GitHub issue: https://github.com/nektos/act/issues/626 ## Act version ```none act version 0.2.21 ``` ## Expected behaviour After executing the steps defined in the workflow, it should run the "post" runs, here specifically demonstrated for `actions/checkout` it should say things like "Post job cleanup.", as can be seen [here](https://github.com/sverhagen/act-post-run/runs/2388459404) and in the screenshot: ![image](https://user-images.githubusercontent.com/2049860/115359618-b54d8700-a173-11eb-96f8-76337006ac66.png) For the example here (using `actions/checkout`), the "post" run is defined [here](https://github.com/actions/checkout/blob/25a956c84d5dd820d28caab9f86b8d183aeeff3d/action.yml#L74), and implemented [here](https://github.com/actions/checkout/blob/25a956c84d5dd820d28caab9f86b8d183aeeff3d/dist/index.js#L3302). ## Actual behaviour The "post" run for `actions/checkout` is skipped. Seen the same for other actions (not in this example), such as `actions/cache`. ## Workflow and/or repository <details> <summary>Workflow</summary> ```none name: Build on: [push] jobs: build_job: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: echo "Test" ``` </details> ## Steps to reproduce 1. Clone example repo (https://github.com/sverhagen/act-post-run) 2. Enter cloned repo directory 3. Run `act`: ``` act ``` ## `act` output <details> <summary>Log</summary> ```none DEBU[0000] Loading environment from /home/sander/Code/act-test/.env DEBU[0000] Loading secrets from /home/sander/Code/act-test/.secrets DEBU[0000] Loading workflows from '/home/sander/Code/act-test/.github/workflows' DEBU[0000] Reading workflow '/home/sander/Code/act-test/.github/workflows/build.yaml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/home/sander/Code/act-test/.git' DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0000] Loading revision from git directory '/home/sander/Code/act-test/.git' DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0000] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main DEBU[0000] context env => map[ACT:true] [Build/Build] 🚀 Start image=catthehacker/ubuntu:act-latest DEBU[0000] Loading slug from git directory '/home/sander/Code/act-test/.git' DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0000] Loading revision from git directory '/home/sander/Code/act-test/.git' DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0000] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main [Build/Build] 🐳 docker pull catthehacker/ubuntu:act-latest DEBU[0000] Image exists? true [Build/Build] 🐳 docker create image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Build/Build] Created container name=act-Build-Build id=9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d from image catthehacker/ubuntu:act-latest (platform: linux/amd64) [Build/Build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Build/Build] 🐳 docker run image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Build/Build] Starting container: 9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d [Build/Build] Started container: 9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d [Build/Build] 🐳 docker cp src=/home/sander/Code/act-test/. dst=/home/sander/Code/act-test [Build/Build] Exec command '[mkdir -p /home/sander/Code/act-test]' DEBU[0000] Writing tarball /tmp/act916293007 from /home/sander/Code/act-test/. DEBU[0000] Stripping prefix:/home/sander/Code/act-test/ src:/home/sander/Code/act-test/. [Build/Build] Extracting content from '/tmp/act916293007' to '/home/sander/Code/act-test' DEBU[0000] Writing entry to tarball workflow/event.json len:2 DEBU[0000] Writing entry to tarball workflow/envs.txt len:0 DEBU[0000] Writing entry to tarball home/.act len:0 [Build/Build] Extracting content to '/home/sander/Code' DEBU[0000] Loading slug from git directory '/home/sander/Code/act-test/.git' DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0000] Loading revision from git directory '/home/sander/Code/act-test/.git' DEBU[0000] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0000] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' DEBU[0001] HEAD matches refs/heads/main DEBU[0001] using github ref: refs/heads/main DEBU[0001] context env => map[ACT:true] DEBU[0001] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20] [Build/Build] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20] [Build/Build] ⭐ Run actions/checkout@v2 DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' DEBU[0001] HEAD matches refs/heads/main DEBU[0001] using github ref: refs/heads/main [Build/Build] Skipping actions/checkout [Build/Build] ✅ Success - actions/checkout@v2 DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' DEBU[0001] HEAD matches refs/heads/main DEBU[0001] using github ref: refs/heads/main DEBU[0001] Loading slug from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] Loading revision from git directory '/home/sander/Code/act-test/.git' DEBU[0001] Found revision: 6d16831619f89423bb42e580f31ea9be64114946 DEBU[0001] HEAD points to '6d16831619f89423bb42e580f31ea9be64114946' DEBU[0001] HEAD matches refs/heads/main DEBU[0001] using github ref: refs/heads/main DEBU[0001] context env => map[ACT:true] DEBU[0001] context env => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20] [Build/Build] setupEnv => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/home/sander/Code/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/home/sander/Code/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:sverhagen/act-post-run GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:6d16831619f89423bb42e580f31ea9be64114946 GITHUB_TOKEN: GITHUB_WORKFLOW:Build GITHUB_WORKSPACE:/home/sander/Code/act-test HOME:/home/sander/Code/home ImageOS:ubuntu20] [Build/Build] ⭐ Run echo "Test" DEBU[0001] Wrote command ' echo "Test" ' to 'workflow/1' DEBU[0001] Writing entry to tarball workflow/1 len:11 [Build/Build] Extracting content to '/home/sander/Code/' [Build/Build] Exec command '[bash --login --noprofile --norc -e -o pipefail /home/sander/Code/workflow/1]' | Test [Build/Build] ✅ Success - echo "Test" [Build/Build] Removed container: 9652f64e42fdf2f2b2922416ea491edb2c824ac061ea806e40c7ff38a580147d [Build/Build] 🐳 docker volume rm act-Build-Build ``` </details> ## Notes "As seen in" [this Gitter question](https://gitter.im/nektos/act?at=607bf633b9e6de24d64173ba). Great project, thank you.
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#410
No description provided.