Skip to main content

Tool for flattening include statements in GitHub actions workflow.yml files.

Project description

actions-includes

Allows including an action inside another action (by preprocessing the Yaml file).

Instead of using uses or run in your action step, use the keyword includes.

Once you are using the includes argument, the workflows can be expanded using the tool like follows;

# python -m actions_include <input-workflow-with-includes> <output-workflow-flattened>
python -m actions_includes ./.github/workflows-src/workflow-a.yml ./.github/workflows/workflow-a.yml
steps:
- name: Other step
  run: |
    command

- includes: {action-name}
  with:
    {inputs}

- name: Other step
  run: |
    command

The {action-name} follows the same syntax as the standard GitHub action uses and the action referenced should look exactly like a GitHub "composite action" except runs.using should be includes.

For example;

  • {owner}/{repo}@{ref} - Public action in github.com/{owner}/{repo}
  • {owner}/{repo}/{path}@{ref} - Public action under {path} in github.com/{owner}/{repo}.
  • ./{path} - Local action under local {path}, IE ./.github/actions/my-action`.

As it only makes sense to reference composite actions, the docker:// form isn't supported.

As you frequently want to include local actions, actions-includes extends the {action-name} syntax to also support;

  • /{name} - Local action under ./.github/actions/{name}.

This is how composite actions should have worked.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

actions-includes-0.0.post52.tar.gz (18.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

actions_includes-0.0.post52-py3.9.egg (17.4 kB view details)

Uploaded Egg

actions_includes-0.0.post52-py3.8.egg (17.3 kB view details)

Uploaded Egg

actions_includes-0.0.post52-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file actions-includes-0.0.post52.tar.gz.

File metadata

  • Download URL: actions-includes-0.0.post52.tar.gz
  • Upload date:
  • Size: 18.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for actions-includes-0.0.post52.tar.gz
Algorithm Hash digest
SHA256 c6f22f4a30473fd950355a6132002150b1ed8f45e51e734a3b26957ca5fa8037
MD5 39df06d6310e7c3e4a045b05b2e8fd73
BLAKE2b-256 f95e702dcd56d5a6fece154317000a478e1c42afcce60c13cdcff62d1d3e5fc8

See more details on using hashes here.

File details

Details for the file actions_includes-0.0.post52-py3.9.egg.

File metadata

  • Download URL: actions_includes-0.0.post52-py3.9.egg
  • Upload date:
  • Size: 17.4 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1

File hashes

Hashes for actions_includes-0.0.post52-py3.9.egg
Algorithm Hash digest
SHA256 fe8fc36a2b71fbb340c6653c2310570b3adb9883734bb98bc10bb7f154ec424b
MD5 cdf7d01d804d3547b8c310d407e409d5
BLAKE2b-256 b5d75a844a5ed3a5cd630f617c9c893b9679233c993c8545a8a59d7c9443ce12

See more details on using hashes here.

File details

Details for the file actions_includes-0.0.post52-py3.8.egg.

File metadata

  • Download URL: actions_includes-0.0.post52-py3.8.egg
  • Upload date:
  • Size: 17.3 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7

File hashes

Hashes for actions_includes-0.0.post52-py3.8.egg
Algorithm Hash digest
SHA256 1b5c01d125c047c9856522adc88a572684c7e46e4a7f15432942e46af7e1be14
MD5 939a6691f7ae39799aedcce962cf8085
BLAKE2b-256 c789f1f70841943cede685105cac603eaaa49dfa523ba12dbd58222f5716b6ab

See more details on using hashes here.

File details

Details for the file actions_includes-0.0.post52-py3-none-any.whl.

File metadata

  • Download URL: actions_includes-0.0.post52-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1

File hashes

Hashes for actions_includes-0.0.post52-py3-none-any.whl
Algorithm Hash digest
SHA256 9b37b6c85b516d99a9d59bbaca0ae7e787308a7c59bcba5902af9e2c970df595
MD5 92ffa80bdc95d67d6149e5f5f3174f4b
BLAKE2b-256 79e800318fa3ff17cd8cc1413fa1eb70db7bcec72fa15bb68b881c9ec1519b99

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page