mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-12 02:36:00 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:patch-1📝 Commits (6)
1ada95ev2.0.0 (#12)363ff43Update action.yml05b47b5Update action.yml0222672Add support for environment variables (fixed #17)d673278Add support for header as environment variablesdec6205Run build and package📊 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.