[GH-ISSUE #603] Issue: GITHUB_ACTION_PATH isn't defined #397

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

Originally created by @jsoref on GitHub (Apr 4, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/603

Act version

act version 9a7bc6

Expected behaviour

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsrun

should reference the directory containing the action

Actual behaviour

undefined

Workflow and/or repository

workflow
name: Spell checking
on:
  pull_request_target:
  push:
  issue_comment:
  pull_request_review_comment:

jobs:
  build:
    name: Spell checking
    runs-on: ubuntu-latest
    steps:
    - name: checkout
      uses: actions/checkout@v2.0.0
      with:
        fetch-depth: 5
    - uses: jsoref/check-spelling@prerelease
      with:
        experimental_apply_changes_via_bot: 1

Steps to reproduce

act output

Log
jsoref@Joshs-MacBook-Pro spell-check-this % act -v
DEBU[0000] Loading environment from /Users/jsoref/code/spelling-org/spell-check-this/.env 
DEBU[0000] Loading secrets from /Users/jsoref/code/spelling-org/spell-check-this/.secrets 
DEBU[0000] Loading workflows from '/Users/jsoref/code/spelling-org/spell-check-this/.github/workflows' 
DEBU[0000] Reading workflow '/Users/jsoref/code/spelling-org/spell-check-this/.github/workflows/spelling.yml' 
DEBU[0000] Planning event: push                         
DEBU[0000] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0000] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0000] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0000] HEAD matches refs/heads/prerelease           
DEBU[0000] using github ref: refs/heads/prerelease      
DEBU[0000] context env => map[ACT:true]                 
[Spell checking/Spell checking] 🚀  Start image=node:12.20.1-buster-slim
DEBU[0000] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0000] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0000] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0000] HEAD matches refs/heads/prerelease           
DEBU[0000] using github ref: refs/heads/prerelease      
[Spell checking/Spell checking]   🐳  docker pull node:12.20.1-buster-slim
DEBU[0000] Image exists? true                           
[Spell checking/Spell checking] Removed container: 90b9071734c0adebfe3a95d79931a2791b1565adffbd6fac09673f2fe46c8bd8
[Spell checking/Spell checking]   🐳  docker volume rm act-Spell-checking-Spell-checking
[Spell checking/Spell checking]   🐳  docker create image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Spell checking/Spell checking] Created container name=act-Spell-checking-Spell-checking id=30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a from image node:12.20.1-buster-slim (platform: linux/amd64)
[Spell checking/Spell checking] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[Spell checking/Spell checking]   🐳  docker run image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Spell checking/Spell checking] Starting container: 30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a
[Spell checking/Spell checking] Started container: 30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a
[Spell checking/Spell checking]   🐳  docker cp src=/Users/jsoref/code/spelling-org/spell-check-this/. dst=/Users/jsoref/code/spelling-org/spell-check-this
[Spell checking/Spell checking] Exec command '[mkdir -p /Users/jsoref/code/spelling-org/spell-check-this]'
DEBU[0001] Writing tarball /var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act833628975 from /Users/jsoref/code/spelling-org/spell-check-this/. 
DEBU[0001] Stripping prefix:/Users/jsoref/code/spelling-org/spell-check-this/ src:/Users/jsoref/code/spelling-org/spell-check-this/. 
[Spell checking/Spell checking] Extracting content from '/var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act833628975' to '/Users/jsoref/code/spelling-org/spell-check-this'
DEBU[0002] Writing entry to tarball workflow/event.json len:2 
DEBU[0002] Writing entry to tarball workflow/envs.txt len:0 
DEBU[0002] Writing entry to tarball home/.act len:0     
[Spell checking/Spell checking] Extracting content to '/Users/jsoref/code/spelling-org'
DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0002] HEAD matches refs/heads/prerelease           
DEBU[0002] using github ref: refs/heads/prerelease      
DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0002] HEAD matches refs/heads/prerelease           
DEBU[0002] using github ref: refs/heads/prerelease      
DEBU[0002] context env => map[ACT:true]                 
DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0002] HEAD matches refs/heads/prerelease           
DEBU[0002] using github ref: refs/heads/prerelease      
DEBU[0002] context env => map[ACT:true]                 
DEBU[0002] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_FETCH-DEPTH:5 ImageOS:ubuntu20] 
[Spell checking/Spell checking] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_FETCH-DEPTH:5 ImageOS:ubuntu20]
[Spell checking/Spell checking] ⭐  Run checkout
DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0002] HEAD matches refs/heads/prerelease           
DEBU[0002] using github ref: refs/heads/prerelease      
[Spell checking/Spell checking] Skipping actions/checkout
[Spell checking/Spell checking]   ✅  Success - checkout
DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0002] HEAD matches refs/heads/prerelease           
DEBU[0002] using github ref: refs/heads/prerelease      
DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0002] HEAD matches refs/heads/prerelease           
DEBU[0002] using github ref: refs/heads/prerelease      
DEBU[0002] context env => map[ACT:true]                 
DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0002] HEAD matches refs/heads/prerelease           
DEBU[0002] using github ref: refs/heads/prerelease      
DEBU[0002] context env => map[ACT:true]                 
DEBU[0002] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 ImageOS:ubuntu20] 
[Spell checking/Spell checking] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 ImageOS:ubuntu20]
[Spell checking/Spell checking] ⭐  Run jsoref/check-spelling@prerelease
[Spell checking/Spell checking]   ☁  git clone 'https://github.com/jsoref/check-spelling' # ref=prerelease
[Spell checking/Spell checking]   cloning https://github.com/jsoref/check-spelling to /Users/jsoref/.cache/act/jsoref-check-spelling@prerelease
[Spell checking/Spell checking] Provided ref is not a sha. Checking out branch before pulling changes
[Spell checking/Spell checking] Cloned https://github.com/jsoref/check-spelling to /Users/jsoref/.cache/act/jsoref-check-spelling@prerelease
[Spell checking/Spell checking] Checked out prerelease
DEBU[0003] Read action &{Check spelling jsoref Spell check commits map[GITHUB_TOKEN:{The GITHUB_TOKEN secret true ${{ github.token }}} bucket:{Container for spelling configuration false } config:{Spelling configuration directory false .github/actions/spelling} debug:{Debug false } dictionary_url:{Location of dictionary (if you aren't providing one in your repository) false https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt} dictionary_version:{Version of the dictionary (only used if the url includes $DICTIONARY_VERSION) false 20200211} experimental_apply_changes_via_bot:{(Experimental) Allow users to quote-reply to the bot comment to update the PR false 0} project:{Folder/Branch within bucket containing spelling configuration false } time_shim:{Pass `/usr/bin/time` to instrument the action with time... false }] map[] {composite map[]   [] [] [{    INPUT_GITHUB_TOKEN="${{ inputs.GITHUB_TOKEN }}" INPUT_BUCKET="${{ inputs.bucket }}" INPUT_PROJECT="${{ inputs.project }}" INPUT_CONFIG="${{ inputs.config }}" INPUT_DICTIONARY_VERSION="${{ inputs.dictionary_version }}" INPUT_DICTIONARY_URL="${{ inputs.dictionary_url }}" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="${{ inputs.experimental_apply_changes_via_bot }}" DEBUG="${{ inputs.debug }}" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="${{ inputs.time_shim }}" $GITHUB_ACTION_PATH/unknown-words.sh
  bash map[] map[] false 0}]} {red edit-3}} from '/Users/jsoref/.cache/act/jsoref-check-spelling@prerelease/action.yml' 
DEBU[0003] About to run action &{Check spelling jsoref Spell check commits map[GITHUB_TOKEN:{The GITHUB_TOKEN secret true ${{ github.token }}} bucket:{Container for spelling configuration false } config:{Spelling configuration directory false .github/actions/spelling} debug:{Debug false } dictionary_url:{Location of dictionary (if you aren't providing one in your repository) false https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt} dictionary_version:{Version of the dictionary (only used if the url includes $DICTIONARY_VERSION) false 20200211} experimental_apply_changes_via_bot:{(Experimental) Allow users to quote-reply to the bot comment to update the PR false 0} project:{Folder/Branch within bucket containing spelling configuration false } time_shim:{Pass `/usr/bin/time` to instrument the action with time... false }] map[] {composite map[]   [] [] [{    INPUT_GITHUB_TOKEN="${{ inputs.GITHUB_TOKEN }}" INPUT_BUCKET="${{ inputs.bucket }}" INPUT_PROJECT="${{ inputs.project }}" INPUT_CONFIG="${{ inputs.config }}" INPUT_DICTIONARY_VERSION="${{ inputs.dictionary_version }}" INPUT_DICTIONARY_URL="${{ inputs.dictionary_url }}" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="${{ inputs.experimental_apply_changes_via_bot }}" DEBUG="${{ inputs.debug }}" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="${{ inputs.time_shim }}" $GITHUB_ACTION_PATH/unknown-words.sh
  bash map[] map[] false 0}]} {red edit-3}} 
DEBU[0003] Evaluating 'github['token']' instead of 'github.token' 
DEBU[0003] type=3 actionDir=/Users/jsoref/.cache/act/jsoref-check-spelling@prerelease actionPath= Workdir=/Users/jsoref/code/spelling-org/spell-check-this ActionCacheDir=/Users/jsoref/.cache/act actionName=jsoref-check-spelling@prerelease containerActionDir=/actions 
DEBU[0003] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0003] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0003] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0003] HEAD matches refs/heads/prerelease           
DEBU[0003] using github ref: refs/heads/prerelease      
DEBU[0003] context env => map[ACT:true]                 
DEBU[0003] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0003] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' 
DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 
DEBU[0003] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' 
DEBU[0003] HEAD matches refs/heads/prerelease           
DEBU[0003] using github ref: refs/heads/prerelease      
DEBU[0003] context env => map[ACT:true]                 
DEBU[0003] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_BUCKET: INPUT_CONFIG:.github/actions/spelling INPUT_DEBUG: INPUT_DICTIONARY_URL:https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt INPUT_DICTIONARY_VERSION:20200211 INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 INPUT_GITHUB_TOKEN: INPUT_PROJECT: INPUT_TIME_SHIM: ImageOS:ubuntu20] 
DEBU[0003] Evaluating 'inputs['GITHUB_TOKEN']' instead of 'inputs.GITHUB_TOKEN' 
DEBU[0003] Evaluating 'inputs['bucket']' instead of 'inputs.bucket' 
DEBU[0003] Evaluating 'inputs['project']' instead of 'inputs.project' 
DEBU[0003] Evaluating 'inputs['config']' instead of 'inputs.config' 
DEBU[0003] Evaluating 'inputs['dictionary_version']' instead of 'inputs.dictionary_version' 
DEBU[0003] Evaluating 'inputs['dictionary_url']' instead of 'inputs.dictionary_url' 
DEBU[0003] Evaluating 'inputs['experimental_apply_changes_via_bot']' instead of 'inputs.experimental_apply_changes_via_bot' 
DEBU[0003] Evaluating 'inputs['debug']' instead of 'inputs.debug' 
DEBU[0003] Evaluating 'inputs['time_shim']' instead of 'inputs.time_shim' 
DEBU[0003] Wrote command '
INPUT_GITHUB_TOKEN="" INPUT_BUCKET="" INPUT_PROJECT="" INPUT_CONFIG="" INPUT_DICTIONARY_VERSION="" INPUT_DICTIONARY_URL="" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="1" DEBUG="" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="" $GITHUB_ACTION_PATH/unknown-words.sh

' to 'workflow/composite-0.sh' 
DEBU[0003] Writing entry to tarball workflow/composite-0.sh len:260 
[Spell checking/Spell checking] Extracting content to '/Users/jsoref/code/spelling-org/'
[Spell checking/Spell checking] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/spelling-org/workflow/composite-0.sh]'
| /Users/jsoref/code/spelling-org/workflow/composite-0.sh: line 1: /unknown-words.sh: No such file or directory
[Spell checking/Spell checking]   ❌  Failure - jsoref/check-spelling@prerelease
DEBU[0003] exit with `FAILURE`: 127                     
Error: exit with `FAILURE`: 127
Originally created by @jsoref on GitHub (Apr 4, 2021). Original GitHub issue: https://github.com/nektos/act/issues/603 <!-- - 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). --> ## Act version <!-- Paste output of `act --version` --> ```none act version 9a7bc6 ``` ## Expected behaviour https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsrun <!-- Describe how whole process should go and finish --> should reference the directory containing the action ## Actual behaviour <!-- Describe what happened --> undefined ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: Spell checking on: pull_request_target: push: issue_comment: pull_request_review_comment: jobs: build: name: Spell checking runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v2.0.0 with: fetch-depth: 5 - uses: jsoref/check-spelling@prerelease with: experimental_apply_changes_via_bot: 1 ``` </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 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 <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none jsoref@Joshs-MacBook-Pro spell-check-this % act -v DEBU[0000] Loading environment from /Users/jsoref/code/spelling-org/spell-check-this/.env DEBU[0000] Loading secrets from /Users/jsoref/code/spelling-org/spell-check-this/.secrets DEBU[0000] Loading workflows from '/Users/jsoref/code/spelling-org/spell-check-this/.github/workflows' DEBU[0000] Reading workflow '/Users/jsoref/code/spelling-org/spell-check-this/.github/workflows/spelling.yml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0000] HEAD matches refs/heads/prerelease DEBU[0000] using github ref: refs/heads/prerelease DEBU[0000] context env => map[ACT:true] [Spell checking/Spell checking] 🚀 Start image=node:12.20.1-buster-slim DEBU[0000] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0000] HEAD matches refs/heads/prerelease DEBU[0000] using github ref: refs/heads/prerelease [Spell checking/Spell checking] 🐳 docker pull node:12.20.1-buster-slim DEBU[0000] Image exists? true [Spell checking/Spell checking] Removed container: 90b9071734c0adebfe3a95d79931a2791b1565adffbd6fac09673f2fe46c8bd8 [Spell checking/Spell checking] 🐳 docker volume rm act-Spell-checking-Spell-checking [Spell checking/Spell checking] 🐳 docker create image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Spell checking/Spell checking] Created container name=act-Spell-checking-Spell-checking id=30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a from image node:12.20.1-buster-slim (platform: linux/amd64) [Spell checking/Spell checking] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Spell checking/Spell checking] 🐳 docker run image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Spell checking/Spell checking] Starting container: 30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a [Spell checking/Spell checking] Started container: 30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a [Spell checking/Spell checking] 🐳 docker cp src=/Users/jsoref/code/spelling-org/spell-check-this/. dst=/Users/jsoref/code/spelling-org/spell-check-this [Spell checking/Spell checking] Exec command '[mkdir -p /Users/jsoref/code/spelling-org/spell-check-this]' DEBU[0001] Writing tarball /var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act833628975 from /Users/jsoref/code/spelling-org/spell-check-this/. DEBU[0001] Stripping prefix:/Users/jsoref/code/spelling-org/spell-check-this/ src:/Users/jsoref/code/spelling-org/spell-check-this/. [Spell checking/Spell checking] Extracting content from '/var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act833628975' to '/Users/jsoref/code/spelling-org/spell-check-this' DEBU[0002] Writing entry to tarball workflow/event.json len:2 DEBU[0002] Writing entry to tarball workflow/envs.txt len:0 DEBU[0002] Writing entry to tarball home/.act len:0 [Spell checking/Spell checking] Extracting content to '/Users/jsoref/code/spelling-org' DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_FETCH-DEPTH:5 ImageOS:ubuntu20] [Spell checking/Spell checking] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_FETCH-DEPTH:5 ImageOS:ubuntu20] [Spell checking/Spell checking] ⭐ Run checkout DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease [Spell checking/Spell checking] Skipping actions/checkout [Spell checking/Spell checking] ✅ Success - checkout DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 ImageOS:ubuntu20] [Spell checking/Spell checking] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 ImageOS:ubuntu20] [Spell checking/Spell checking] ⭐ Run jsoref/check-spelling@prerelease [Spell checking/Spell checking] ☁ git clone 'https://github.com/jsoref/check-spelling' # ref=prerelease [Spell checking/Spell checking] cloning https://github.com/jsoref/check-spelling to /Users/jsoref/.cache/act/jsoref-check-spelling@prerelease [Spell checking/Spell checking] Provided ref is not a sha. Checking out branch before pulling changes [Spell checking/Spell checking] Cloned https://github.com/jsoref/check-spelling to /Users/jsoref/.cache/act/jsoref-check-spelling@prerelease [Spell checking/Spell checking] Checked out prerelease DEBU[0003] Read action &{Check spelling jsoref Spell check commits map[GITHUB_TOKEN:{The GITHUB_TOKEN secret true ${{ github.token }}} bucket:{Container for spelling configuration false } config:{Spelling configuration directory false .github/actions/spelling} debug:{Debug false } dictionary_url:{Location of dictionary (if you aren't providing one in your repository) false https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt} dictionary_version:{Version of the dictionary (only used if the url includes $DICTIONARY_VERSION) false 20200211} experimental_apply_changes_via_bot:{(Experimental) Allow users to quote-reply to the bot comment to update the PR false 0} project:{Folder/Branch within bucket containing spelling configuration false } time_shim:{Pass `/usr/bin/time` to instrument the action with time... false }] map[] {composite map[] [] [] [{ INPUT_GITHUB_TOKEN="${{ inputs.GITHUB_TOKEN }}" INPUT_BUCKET="${{ inputs.bucket }}" INPUT_PROJECT="${{ inputs.project }}" INPUT_CONFIG="${{ inputs.config }}" INPUT_DICTIONARY_VERSION="${{ inputs.dictionary_version }}" INPUT_DICTIONARY_URL="${{ inputs.dictionary_url }}" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="${{ inputs.experimental_apply_changes_via_bot }}" DEBUG="${{ inputs.debug }}" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="${{ inputs.time_shim }}" $GITHUB_ACTION_PATH/unknown-words.sh bash map[] map[] false 0}]} {red edit-3}} from '/Users/jsoref/.cache/act/jsoref-check-spelling@prerelease/action.yml' DEBU[0003] About to run action &{Check spelling jsoref Spell check commits map[GITHUB_TOKEN:{The GITHUB_TOKEN secret true ${{ github.token }}} bucket:{Container for spelling configuration false } config:{Spelling configuration directory false .github/actions/spelling} debug:{Debug false } dictionary_url:{Location of dictionary (if you aren't providing one in your repository) false https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt} dictionary_version:{Version of the dictionary (only used if the url includes $DICTIONARY_VERSION) false 20200211} experimental_apply_changes_via_bot:{(Experimental) Allow users to quote-reply to the bot comment to update the PR false 0} project:{Folder/Branch within bucket containing spelling configuration false } time_shim:{Pass `/usr/bin/time` to instrument the action with time... false }] map[] {composite map[] [] [] [{ INPUT_GITHUB_TOKEN="${{ inputs.GITHUB_TOKEN }}" INPUT_BUCKET="${{ inputs.bucket }}" INPUT_PROJECT="${{ inputs.project }}" INPUT_CONFIG="${{ inputs.config }}" INPUT_DICTIONARY_VERSION="${{ inputs.dictionary_version }}" INPUT_DICTIONARY_URL="${{ inputs.dictionary_url }}" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="${{ inputs.experimental_apply_changes_via_bot }}" DEBUG="${{ inputs.debug }}" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="${{ inputs.time_shim }}" $GITHUB_ACTION_PATH/unknown-words.sh bash map[] map[] false 0}]} {red edit-3}} DEBU[0003] Evaluating 'github['token']' instead of 'github.token' DEBU[0003] type=3 actionDir=/Users/jsoref/.cache/act/jsoref-check-spelling@prerelease actionPath= Workdir=/Users/jsoref/code/spelling-org/spell-check-this ActionCacheDir=/Users/jsoref/.cache/act actionName=jsoref-check-spelling@prerelease containerActionDir=/actions DEBU[0003] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0003] HEAD matches refs/heads/prerelease DEBU[0003] using github ref: refs/heads/prerelease DEBU[0003] context env => map[ACT:true] DEBU[0003] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0003] HEAD matches refs/heads/prerelease DEBU[0003] using github ref: refs/heads/prerelease DEBU[0003] context env => map[ACT:true] DEBU[0003] 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:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:git@github.com:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_BUCKET: INPUT_CONFIG:.github/actions/spelling INPUT_DEBUG: INPUT_DICTIONARY_URL:https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt INPUT_DICTIONARY_VERSION:20200211 INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 INPUT_GITHUB_TOKEN: INPUT_PROJECT: INPUT_TIME_SHIM: ImageOS:ubuntu20] DEBU[0003] Evaluating 'inputs['GITHUB_TOKEN']' instead of 'inputs.GITHUB_TOKEN' DEBU[0003] Evaluating 'inputs['bucket']' instead of 'inputs.bucket' DEBU[0003] Evaluating 'inputs['project']' instead of 'inputs.project' DEBU[0003] Evaluating 'inputs['config']' instead of 'inputs.config' DEBU[0003] Evaluating 'inputs['dictionary_version']' instead of 'inputs.dictionary_version' DEBU[0003] Evaluating 'inputs['dictionary_url']' instead of 'inputs.dictionary_url' DEBU[0003] Evaluating 'inputs['experimental_apply_changes_via_bot']' instead of 'inputs.experimental_apply_changes_via_bot' DEBU[0003] Evaluating 'inputs['debug']' instead of 'inputs.debug' DEBU[0003] Evaluating 'inputs['time_shim']' instead of 'inputs.time_shim' DEBU[0003] Wrote command ' INPUT_GITHUB_TOKEN="" INPUT_BUCKET="" INPUT_PROJECT="" INPUT_CONFIG="" INPUT_DICTIONARY_VERSION="" INPUT_DICTIONARY_URL="" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="1" DEBUG="" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="" $GITHUB_ACTION_PATH/unknown-words.sh ' to 'workflow/composite-0.sh' DEBU[0003] Writing entry to tarball workflow/composite-0.sh len:260 [Spell checking/Spell checking] Extracting content to '/Users/jsoref/code/spelling-org/' [Spell checking/Spell checking] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/spelling-org/workflow/composite-0.sh]' | /Users/jsoref/code/spelling-org/workflow/composite-0.sh: line 1: /unknown-words.sh: No such file or directory [Spell checking/Spell checking] ❌ Failure - jsoref/check-spelling@prerelease DEBU[0003] exit with `FAILURE`: 127 Error: exit with `FAILURE`: 127 ``` </details>
kerem 2026-03-01 21:43:02 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@github-actions[bot] commented on GitHub (May 5, 2021):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:832331424 --> @github-actions[bot] commented on GitHub (May 5, 2021): Issue is stale and will be closed in 14 days unless there is new activity
Author
Owner

@jsoref commented on GitHub (May 5, 2021):

In progress

<!-- gh-comment-id:832334863 --> @jsoref commented on GitHub (May 5, 2021): In progress
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#397
No description provided.