Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ include:
- woocommerce-action
- shopware-action
- twilio-action
- stripe-action

test-node:
image: node:24.10.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The "central" place for all actions — a monorepo containing integrations provi
| Action | Description |
|--------|-------------|
| [GLS](docs/Actions/GLS/overview.md) | GLS ShipIT integration for creating and managing shipments |
| [Stripe](actions/stripe-action/README.md) | Stripe payments integration for managing customers, payment intents and refunds |

## ENV

Expand Down
23 changes: 23 additions & 0 deletions actions/gls-action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion actions/gls-action/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const action = new Action(
"code0-tech",
"codezero:gls",
"GLS shipping integration: create, validate, cancel, reprint, and report shipments via the GLS ShipIt API.",
[{code: "en-US", content: "GLS Action"}],
[{code: "en-US", content: "GLS"}],
[
{
identifier: "auth_url",
Expand Down
23 changes: 23 additions & 0 deletions actions/shopify-action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading