Skip to content

subhamay-bhattacharyya-gha/check-environments-action

Repository files navigation

GitHub Custom JavaScript Action - Check Environments Action

Commit Activity Last Commit Release Date Repo Size File Count Issues Top Language Monthly Commit Activity Custom Endpoint

GitHub Custom JavaScript Action to check the available environments.

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
token GitHub token used for API authentication. Yes

Example Usage

name: "Check Environments"

on:
  workflow_dispatch

jobs:
  check-envs:
    runs-on: ubuntu-latest
    steps:
      - name: Check Environments
        id: check
        uses: subhamay-bhattacharyya-gha/check-environments-action@main
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

      - name: Show Environment Status
        run: |
          echo "Environment status: ${{ steps.check.outputs.env_status }}"

License

MIT

About

✅ GitHub JavaScript Action - Check Available GitHub Environments

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published