Skip to content

Commit 6ec2db3

Browse files
committed
prepare 1.2.1 release
1 parent cc2f688 commit 6ec2db3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/write-protection-docker-action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM python:3.10.11-slim-bullseye
22

33
RUN apt update && apt install -y git curl && apt clean \
44
&& pip install --upgrade pip virtualenv \
5-
&& curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.2.0/customizable_continuous_integration-1.2.0-py3-none-any.whl -o customizable_continuous_integration-1.2.0-py3-none-any.whl \
6-
&& pip install customizable_continuous_integration-1.2.0-py3-none-any.whl \
7-
&& rm customizable_continuous_integration-1.2.0-py3-none-any.whl
5+
&& curl -sSL https://github.com/maxshine/personal-continuous-integrations/releases/download/v1.2.1/customizable_continuous_integration-1.2.1-py3-none-any.whl -o customizable_continuous_integration-1.2.1-py3-none-any.whl \
6+
&& pip install customizable_continuous_integration-1.2.1-py3-none-any.whl \
7+
&& rm customizable_continuous_integration-1.2.1-py3-none-any.whl
88

99
COPY write-protection-pr.sh /usr/local/bin/
1010

.github/actions/write-protection-docker-action/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cross-forks check by adding the forked repository via the URL set by this parame
1212
the difference of critical files between the current repository and thr forked repository.
1313
8. `github-access-token`: Optional. A Github auto token generated for action workflow
1414
9. `github-repository-name`: Optional. The repository full name used along with `github-access-token` to get repository
15-
administrative role collaborators used to be appended with the check's `admin_list`
15+
administrative and maintaining role collaborators used to be appended with the check's `admin_list`
1616

1717

1818
### Outputs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "customizable_continuous_integration"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "The CI automation project"
55
authors = ["Ryan,Gao <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)