Skip to content

Commit e80c793

Browse files
chore: rename action from build to build-domain
1 parent 434675b commit e80c793

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Action
22

3-
[![CI](https://github.com/flxbl-io/build/actions/workflows/ci.yml/badge.svg)](https://github.com/flxbl-io/build/actions/workflows/ci.yml)
3+
[![CI](https://github.com/flxbl-io/build-domain/actions/workflows/ci.yml/badge.svg)](https://github.com/flxbl-io/build-domain/actions/workflows/ci.yml)
44

55
A GitHub Action that builds Salesforce packages using `sfp build`, publishes artifacts using `sfp publish`, and generates a release candidate via [SFP Server](https://docs.flxbl.io/sfp-server).
66

@@ -18,7 +18,7 @@ A GitHub Action that builds Salesforce packages using `sfp build`, publishes art
1818

1919
```yaml
2020
- name: Build and Publish
21-
uses: flxbl-io/build@v1
21+
uses: flxbl-io/build-domain@v1
2222
with:
2323
sfp-server-url: ${{ secrets.SFP_SERVER_URL }}
2424
sfp-server-token: ${{ secrets.SFP_SERVER_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build and Publish
4242
id: build
43-
uses: flxbl-io/build@v1
43+
uses: flxbl-io/build-domain@v1
4444
with:
4545
sfp-server-url: ${{ secrets.SFP_SERVER_URL }}
4646
sfp-server-token: ${{ secrets.SFP_SERVER_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
5858
5959
```yaml
6060
- name: Build All Packages
61-
uses: flxbl-io/build@v1
61+
uses: flxbl-io/build-domain@v1
6262
with:
6363
sfp-server-url: ${{ secrets.SFP_SERVER_URL }}
6464
sfp-server-token: ${{ secrets.SFP_SERVER_TOKEN }}

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Build"
1+
name: "Build Domain"
22
description: "Build packages and publish artifacts via SFP Server"
33
author: "flxbl-io"
44

@@ -74,7 +74,7 @@ runs:
7474
echo "------------------------------------------------------------------------------------------"
7575
echo "flxbl-actions -- ❤️ by flxbl.io ❤️ -Version:1.0.0"
7676
echo "------------------------------------------------------------------------------------------"
77-
echo "Action : build"
77+
echo "Action : build-domain"
7878
echo "Repository : ${{ inputs.repository }}"
7979
echo "Branch : ${{ inputs.branch }}"
8080
echo "Build Number : ${{ inputs.build-number }}"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "@flxbl-io/build",
2+
"name": "@flxbl-io/build-domain",
33
"version": "1.0.0",
44
"description": "GitHub Action to build packages and publish artifacts via SFP Server",
55
"author": "flxbl-io",
66
"license": "SEE LICENSE IN LICENSE",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/flxbl-io/build.git"
9+
"url": "https://github.com/flxbl-io/build-domain.git"
1010
},
1111
"keywords": [
1212
"github-action",

0 commit comments

Comments
 (0)