You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/Drill4J/admin
cd admin
Run act
act -v
DEBU[0000] Loading environment from /home/apatsev/github/admin/.env
DEBU[0000] Loading secrets from /home/apatsev/github/admin/.secrets
DEBU[0000] Loading workflows from '/home/apatsev/github/admin/.github/workflows'
DEBU[0000] Loading workflows recursively
DEBU[0000] Found workflow 'check.yml' in '/home/apatsev/github/admin/.github/workflows/check.yml'
DEBU[0000] Found workflow 'publish.yml' in '/home/apatsev/github/admin/.github/workflows/publish.yml'
DEBU[0000] Found workflow 'release.yml' in '/home/apatsev/github/admin/.github/workflows/release.yml'
DEBU[0000] Reading workflow '/home/apatsev/github/admin/.github/workflows/check.yml'
DEBU[0000] Correcting if statements '/home/apatsev/github/admin/.github/workflows/check.yml'
DEBU[0000] Reading workflow '/home/apatsev/github/admin/.github/workflows/publish.yml'
DEBU[0000] Correcting if statements '/home/apatsev/github/admin/.github/workflows/publish.yml'
DEBU[0000] Reading workflow '/home/apatsev/github/admin/.github/workflows/release.yml'
DEBU[0000] Correcting if statements '/home/apatsev/github/admin/.github/workflows/release.yml'
DEBU[0000] Planning event: push
? Please choose the default image you want to use with act:
- Large size image: +20GB Docker image, includes almost all tools used on GitHub Actions (IMPORTANT: currently only ubuntu-18.04 platform is available)
- Medium size image: ~500MB, includes only necessary tools to bootstrap actions and aims to be compatible with all actions
- Micro size image: <200MB, contains only NodeJS required to bootstrap actions, doesn't work with all actions
Default image and other options can be changed manually in ~/.actrc (please refer to https://github.com/nektos/act#configuration for additional information about file structure) Medium
DEBU[0001] Loading slug from git directory '/home/apatsev/github/admin/.git'
DEBU[0001] Found revision: 865a4e02af5018b0ab8c65bb872a1a7b6e09687a
DEBU[0001] Loading revision from git directory '/home/apatsev/github/admin/.git'
DEBU[0001] Found revision: 865a4e02af5018b0ab8c65bb872a1a7b6e09687a
DEBU[0001] HEAD points to '865a4e02af5018b0ab8c65bb872a1a7b6e09687a'
DEBU[0001] using github ref: refs/heads/bugfix/EPMDJ-7718
DEBU[0001] context env => map[ACT:true]
DEBU[0001] Evaluating '!contains(github['event']['commits'][0]['message'], '[skip ci]')' instead of '!contains(github.event.commits[0].message, '[skip ci]')'
ERRO[0001] Unable to interpolate string '${{!contains(github.event.commits[0].message, '[skip ci]')}}' - [TypeError: Cannot access member '0' of undefined]
DEBU[0001] expression '${{!contains(github.event.commits[0].message, '[skip ci]')}}' evaluated to 'false'
[Release/release] Skipping job 'release' due to '${{!contains(github.event.commits[0].message, '[skip ci]')}}'
How fixed?
The text was updated successfully, but these errors were encountered:
This gets a little bit better with #908 but since it accesses github.event it still needs an event.json payload, because otherwise github.event.commits is not an array.
Hello! Thans for act
System information
act
:act
version: 0.2.23Run act
How fixed?
The text was updated successfully, but these errors were encountered: