Skip to content

subhamay-bhattacharyya-gha/deploy-lambda-reusable-wf

GitHub Action Template Repository

Built with Copilot Release Commit Activity Last Commit Release Date Repo Size File Count Issues Top Language Custom Endpoint

A Template GitHub Repository to be used to create a composite action.

Action Name

Action Description

This GitHub Action provides a reusable composite workflow that sets up Python and interacts with the GitHub API to post a comment on an issue, including a link to a created branch.


Inputs

Name Description Required Default
input-1 Input description. No default-value
input-2 Input description. No default-value
input-3 Input description. No default-value
github-token GitHub token. Used for API authentication. Yes

Example Usage

name: Example Workflow

on:
  issues:
    types: [opened]

jobs:
  example:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Run Custom Action
        uses: your-org/your-action-repo@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          input-1: your-value
          input-2: another-value
          input-3: something-else

License

MIT

About

GitHub Reusable workflow to package and deploy Lambda function using Ansible

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors