Close
AlgoliaLogoLight
Close full mode
logo

Useful Actions

Git RepositoryEdit on Github

Actions

Actions are standalone commands that are combined into steps to create a job. Actions are the smallest portable building block of a workflow. You can create your own actions, or use actions created by the GitHub community. To use an action in a workflow, you must include it as a step.

actions/upload-artifact

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: release
path: ${{ env.BUILD_DIR }}

SpicyPizza/create-envfile@v1

Azure CLI Action

Loading comments...