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

prince-deriv/shared-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 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

Releases

No releases published

Packages

No packages published