Skip to content

Repository files navigation

Setup Selective Action

GitHub Super-LinterCICheck distCoverage

This action is for setting up needed environment variables for Selective

Usage

To include the action in a workflow in another repository, you can use the uses syntax with the @ symbol to reference a specific branch, tag, or commit hash.

Example GitHub Actions config with four runners:

strategy:
fail-fast: falsematrix:
ci_node_total: [4]ci_node_index: [0, 1, 2, 3]steps:
- name: Checkoutid: checkoutuses: actions/checkout@v4
- name: Setup Selectiveuses: selectiveci/setup-selective@v1with:
api-key: ${{ secrets.SELECTIVE_API_KEY }}runner-id: ${{ matrix.ci_node_index }}

About

This action is for setting up needed environment variables for Selective

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages