Skip to content

Commit 413574f

Browse files
committed
style: rename the repo
1 parent fd86f3e commit 413574f

File tree

17 files changed

+49
-49
lines changed

17 files changed

+49
-49
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Steps to reproduce the behavior:
3737
<!-- Please fill the following information. -->
3838

3939
- OS: [e.g. Ubuntu 20.04]
40-
- setup-my-action version: [e.g. 0.1.0]
40+
- setup-custom-action-by-docker version: [e.g. 0.1.0]
4141

4242
## Additional context
4343

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--
44
Please make sure:
55
- you have read the contributing guidelines:
6-
https://github.com/pplmx/setup-my-action/blob/main/docs/CONTRIBUTING.md
6+
https://github.com/pplmx/setup-custom-action-by-docker/blob/main/docs/CONTRIBUTING.md
77
- you have updated the changelog (if needed):
8-
https://github.com/pplmx/setup-my-action/blob/main/CHANGELOG.md
8+
https://github.com/pplmx/setup-custom-action-by-docker/blob/main/CHANGELOG.md
99
-->

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
setup-my-action:
11+
setup-custom-action-by-docker:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
context: .
3333
load: true
3434
tags: |
35-
ghcr.io/pplmx/setup-my-action:latest
36-
ghcr.io/pplmx/setup-my-action:${GITHUB_REF_NAME:1}
35+
ghcr.io/pplmx/setup-custom-action-by-docker:latest
36+
ghcr.io/pplmx/setup-custom-action-by-docker:${GITHUB_REF_NAME:1}
3737
-
3838
name: Test it before Push
3939
run: |
40-
docker run --rm ghcr.io/pplmx/setup-my-action:latest
41-
docker run --rm ghcr.io/pplmx/setup-my-action:${GITHUB_REF_NAME:1}
40+
docker run --rm ghcr.io/pplmx/setup-custom-action-by-docker:latest
41+
docker run --rm ghcr.io/pplmx/setup-custom-action-by-docker:${GITHUB_REF_NAME:1}
4242
-
4343
name: Build and Push
4444
uses: docker/build-push-action@v6
@@ -47,5 +47,5 @@ jobs:
4747
platforms: linux/amd64,linux/arm64
4848
push: true
4949
tags: |
50-
ghcr.io/pplmx/setup-my-action:latest
51-
ghcr.io/pplmx/setup-my-action:${GITHUB_REF_NAME:1}
50+
ghcr.io/pplmx/setup-custom-action-by-docker:latest
51+
ghcr.io/pplmx/setup-custom-action-by-docker:${GITHUB_REF_NAME:1}

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.1.1](https://github.com/pplmx/setup-my-action/compare/v0.1.0..v0.1.1) - 2024-08-27
5+
## [0.1.1](https://github.com/pplmx/setup-custom-action-by-docker/compare/v0.1.0..v0.1.1) - 2024-08-27
66

77
### 📚 Documentation
88

9-
- Update the usage - ([ea33c71](https://github.com/pplmx/setup-my-action/commit/ea33c71f768504c2ea3c83b067cd1e7a6b59b9c6))
9+
- Update the usage - ([ea33c71](https://github.com/pplmx/setup-custom-action-by-docker/commit/ea33c71f768504c2ea3c83b067cd1e7a6b59b9c6))
1010

1111
## New Contributors ❤️
1212

@@ -16,27 +16,27 @@ All notable changes to this project will be documented in this file.
1616

1717
### 🚀 Features
1818

19-
- Introduce auto release - ([d0d0e93](https://github.com/pplmx/setup-my-action/commit/d0d0e93ccf89947bc411a318c2358ab57ff82e8a))
20-
- Add a more comprehensive GitHub Action development example - ([8f81390](https://github.com/pplmx/setup-my-action/commit/8f81390f4d857e9a8811030b8aeaa15d83d51b8b))
21-
- Init - ([df8e285](https://github.com/pplmx/setup-my-action/commit/df8e2852c7514418d222bd1789c85850c749c2d6))
19+
- Introduce auto release - ([d0d0e93](https://github.com/pplmx/setup-custom-action-by-docker/commit/d0d0e93ccf89947bc411a318c2358ab57ff82e8a))
20+
- Add a more comprehensive GitHub Action development example - ([8f81390](https://github.com/pplmx/setup-custom-action-by-docker/commit/8f81390f4d857e9a8811030b8aeaa15d83d51b8b))
21+
- Init - ([df8e285](https://github.com/pplmx/setup-custom-action-by-docker/commit/df8e2852c7514418d222bd1789c85850c749c2d6))
2222

2323
### 🐛 Bug Fixes
2424

25-
- Input.txt file not found - ([a4c1f90](https://github.com/pplmx/setup-my-action/commit/a4c1f9094e741656a449f9e9f67eb2ca8fa0bba9))
25+
- Input.txt file not found - ([a4c1f90](https://github.com/pplmx/setup-custom-action-by-docker/commit/a4c1f9094e741656a449f9e9f67eb2ca8fa0bba9))
2626

2727
### 🚜 Refactor
2828

29-
- Rearrange the project structure - ([51accfc](https://github.com/pplmx/setup-my-action/commit/51accfc696114df3b137d91f0fb88fb7ec6d83ff))
30-
- Simplify the check api - ([2c3e276](https://github.com/pplmx/setup-my-action/commit/2c3e27634c224980ad8788ef9f97bf7f04ec2a6a))
29+
- Rearrange the project structure - ([51accfc](https://github.com/pplmx/setup-custom-action-by-docker/commit/51accfc696114df3b137d91f0fb88fb7ec6d83ff))
30+
- Simplify the check api - ([2c3e276](https://github.com/pplmx/setup-custom-action-by-docker/commit/2c3e27634c224980ad8788ef9f97bf7f04ec2a6a))
3131

3232
### ⚙️ Miscellaneous Tasks
3333

34-
- Update the git-cliff version - ([931314c](https://github.com/pplmx/setup-my-action/commit/931314c7722c82ca77652057308d4df012646dc3))
34+
- Update the git-cliff version - ([931314c](https://github.com/pplmx/setup-custom-action-by-docker/commit/931314c7722c82ca77652057308d4df012646dc3))
3535

3636
### Build
3737

38-
- Optimize the Dockerfile - ([8f72cd9](https://github.com/pplmx/setup-my-action/commit/8f72cd974531f5ff93b8187e544264b59d09c516))
39-
- Optimize the Dockerfile - ([bebc70c](https://github.com/pplmx/setup-my-action/commit/bebc70c4c7f560e1e69662c46f4a5b5bba91a3e3))
38+
- Optimize the Dockerfile - ([8f72cd9](https://github.com/pplmx/setup-custom-action-by-docker/commit/8f72cd974531f5ff93b8187e544264b59d09c516))
39+
- Optimize the Dockerfile - ([bebc70c](https://github.com/pplmx/setup-custom-action-by-docker/commit/bebc70c4c7f560e1e69662c46f4a5b5bba91a3e3))
4040

4141

4242
<!-- generated by git-cliff -->

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contribution guidelines
22

3-
First off, thank you for considering contributing to `setup-my-action`.
3+
First off, thank you for considering contributing to `setup-custom-action-by-docker`.
44

55
If your contribution is not straightforward, please first discuss the change you
66
wish to make by creating a new issue before making the change.
77

88
## Reporting issues
99

1010
Before reporting an issue on the
11-
[issue tracker](https://github.com/pplmx/setup-my-action/issues),
11+
[issue tracker](https://github.com/pplmx/setup-custom-action-by-docker/issues),
1212
please check that it has not already been reported by searching for some related
1313
keywords.
1414

@@ -42,8 +42,8 @@ If the required subsection does not exist yet under **Unreleased**, create it!
4242
This is no different from other Go projects.
4343

4444
```shell
45-
git clone https://github.com/pplmx/setup-my-action
46-
cd setup-my-action
45+
git clone https://github.com/pplmx/setup-custom-action-by-docker
46+
cd setup-custom-action-by-docker
4747
make test
4848
```
4949

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ RUN go mod download
1414

1515
COPY . .
1616

17-
RUN go build -trimpath -ldflags="-w -s" -o /setup-my-action
17+
RUN go build -trimpath -ldflags="-w -s" -o /setup-custom-action-by-docker
1818

1919
FROM gcr.io/distroless/static
2020

21-
COPY --from=builder /setup-my-action /setup-my-action
21+
COPY --from=builder /setup-custom-action-by-docker /setup-custom-action-by-docker
2222

23-
ENTRYPOINT ["/setup-my-action"]
23+
ENTRYPOINT ["/setup-custom-action-by-docker"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: help init image run build test
22
.DEFAULT_GOAL := help
33

4-
APP_NAME := setup-my-action
4+
APP_NAME := setup-custom-action-by-docker
55
APP_PATH=.
66

77
# init

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Example GitHub Action Using Golang
22

3-
[![CI](https://github.com/pplmx/setup-my-action/workflows/CI/badge.svg)](https://github.com/pplmx/setup-my-action/actions)
4-
[![Coverage Status](https://coveralls.io/repos/github/pplmx/setup-my-action/badge.svg?branch=main)](https://coveralls.io/github/pplmx/setup-my-action?branch=main)
3+
[![CI](https://github.com/pplmx/setup-custom-action-by-docker/workflows/CI/badge.svg)](https://github.com/pplmx/setup-custom-action-by-docker/actions)
4+
[![Coverage Status](https://coveralls.io/repos/github/pplmx/setup-custom-action-by-docker/badge.svg?branch=main)](https://coveralls.io/github/pplmx/setup-custom-action-by-docker?branch=main)
55

66
## Overview
77

@@ -19,7 +19,7 @@ API requests efficiently using Go. The action is configured using a TOML file an
1919

2020
| Name | Description | Required | Default |
2121
|---------------|-------------------------------------|----------|----------------------------------------|
22-
| `config_path` | Path to the TOML configuration file | No | `.github/configs/setup-my-action.toml` |
22+
| `config_path` | Path to the TOML configuration file | No | `.github/configs/setup-custom-action-by-docker.toml` |
2323

2424
## Outputs
2525

@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747

4848
- name: Run Example GitHub Action Using Golang
49-
uses: pplmx/setup-my-action@v1
49+
uses: pplmx/setup-custom-action-by-docker@v1
5050
```
5151
5252
You can also follow [this](.github/workflows/ci.yml).

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
config_path:
1313
description: 'Path to the TOML configuration file'
1414
required: false
15-
default: '.github/configs/setup-my-action.toml'
15+
default: '.github/configs/setup-custom-action-by-docker.toml'
1616

1717
outputs:
1818
processed_text:

0 commit comments

Comments
 (0)