[PR #19] [MERGED] Add support for environment variables (fixed #17) #2098

Closed
opened 2026-04-23 09:28:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/19
Author: @AnandChowdhary
Created: 8/27/2020
Status: Merged
Merged: 8/27/2020
Merged by: @joelwmale

Base: developHead: patch-1


📝 Commits (6)

📊 Changes

5740 files changed (+1689442 additions, -49 deletions)

View changed files

.eslintignore (+1 -0)
.eslintrc.json (+18 -0)
.github/dependabot.yml (+9 -0)
.gitignore (+53 -0)
.prettierignore (+3 -0)
.prettierrc.json (+10 -0)
Dockerfile (+0 -20)
📝 README.md (+33 -25)
action.yml (+22 -0)
dist/http.js (+29 -0)
dist/http.js.map (+1 -0)
dist/index.js (+2196 -0)
dist/index.js.map (+1 -0)
dist/main.js (+65 -0)
dist/main.js.map (+1 -0)
dist/sourcemap-register.js (+3912 -0)
entrypoint.sh (+0 -4)
node_modules/.bin/acorn (+1 -0)
node_modules/.bin/eslint (+1 -0)
node_modules/.bin/eslint-config-prettier-check (+1 -0)

...and 80 more files

📄 Description

This PR fixes #17.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/19 **Author:** [@AnandChowdhary](https://github.com/AnandChowdhary) **Created:** 8/27/2020 **Status:** ✅ Merged **Merged:** 8/27/2020 **Merged by:** [@joelwmale](https://github.com/joelwmale) **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (6) - [`1ada95e`](https://github.com/joelwmale/webhook-action/commit/1ada95e04aae16e4298c3b45bacd05689540775a) v2.0.0 (#12) - [`363ff43`](https://github.com/joelwmale/webhook-action/commit/363ff430aea2d18d2abd2f12a68058bc71ec75a0) Update action.yml - [`05b47b5`](https://github.com/joelwmale/webhook-action/commit/05b47b58c91c68bb701514d7d287c2a95021d21a) Update action.yml - [`0222672`](https://github.com/joelwmale/webhook-action/commit/0222672c6355af787516ef09a03f57ed62024122) Add support for environment variables (fixed #17) - [`d673278`](https://github.com/joelwmale/webhook-action/commit/d673278d5ef00ae9378534470b216eba231bdeef) Add support for header as environment variables - [`dec6205`](https://github.com/joelwmale/webhook-action/commit/dec620599e2cdf2de45e088bf924f3ebf8572cfa) Run build and package ### 📊 Changes **5740 files changed** (+1689442 additions, -49 deletions) <details> <summary>View changed files</summary> ➕ `.eslintignore` (+1 -0) ➕ `.eslintrc.json` (+18 -0) ➕ `.github/dependabot.yml` (+9 -0) ➕ `.gitignore` (+53 -0) ➕ `.prettierignore` (+3 -0) ➕ `.prettierrc.json` (+10 -0) ➖ `Dockerfile` (+0 -20) 📝 `README.md` (+33 -25) ➕ `action.yml` (+22 -0) ➕ `dist/http.js` (+29 -0) ➕ `dist/http.js.map` (+1 -0) ➕ `dist/index.js` (+2196 -0) ➕ `dist/index.js.map` (+1 -0) ➕ `dist/main.js` (+65 -0) ➕ `dist/main.js.map` (+1 -0) ➕ `dist/sourcemap-register.js` (+3912 -0) ➖ `entrypoint.sh` (+0 -4) ➕ `node_modules/.bin/acorn` (+1 -0) ➕ `node_modules/.bin/eslint` (+1 -0) ➕ `node_modules/.bin/eslint-config-prettier-check` (+1 -0) _...and 80 more files_ </details> ### 📄 Description This PR fixes #17. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 09:28:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#2098