Skip to content

Commit 5c760fd

Browse files
📝 Add info about action-commit-push (#191)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent 41fb4c0 commit 5c760fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM ubuntu:questing-20251007
22

3+
# Disable interactive mode
4+
ENV DEBIAN_FRONTEND=noninteractive
5+
36
# Copy all needed files
47
COPY entrypoint.sh /
58

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ jobs:
198198
```
199199

200200

201+
## 🔗 Related Actions
202+
203+
- [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) - Commit and push changes to a git repository
204+
205+
201206
## 🤝 Contributing
202207

203208
Contributions are welcome! See [CONTRIBUTING](https://github.com/devops-infra/.github/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)