Skip to content

This repository is dedicated to hosting reusable GitHub Actions YAML files that can be shared across different repositories.

Notifications You must be signed in to change notification settings

deriv-com/shared-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

Shared Actions Repository

This repository is dedicated to hosting reusable GitHub Actions YAML files that can be shared across different repositories. Centralizing common actions, to promote consistency and efficiency in workflows.

Example Usage

      - name: Post preview build comment
        id: post_preview_build_comment
        uses: "deriv-com/shared-actions/.github/actions/post_preview_build_comment@master"
        with:
          issue_number: ${{steps.pr_information.outputs.issue_number}}
          head_sha: ${{github.event.workflow_run.head_sha}}

About

This repository is dedicated to hosting reusable GitHub Actions YAML files that can be shared across different repositories.

Resources

Stars

Watchers

Forks

Packages

No packages published