Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print a warning if a GITHUB_* variable from this action already exists #151

Open
wants to merge 1 commit into
base: v5.x
Choose a base branch
from

Conversation

bigint
Copy link

@bigint bigint commented Nov 7, 2024

Related to #77

Add a warning for existing GITHUB_* variables in the preflight.sh script.

  • Check for existing GITHUB_* variables using the env command.
  • Print a warning if any existing GITHUB_* variables are found.
  • Update action.yml to capture and print warnings from preflight.sh.

Related to rlespinasse#77

Add a warning for existing GITHUB_* variables in the preflight.sh script.

* Check for existing GITHUB_* variables using the env command.
* Print a warning if any existing GITHUB_* variables are found.
* Update action.yml to capture and print warnings from preflight.sh.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/rlespinasse/github-slug-action/issues/77?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant