You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Actions Sync
2
2
3
+
## Disclaimer (for Bedrock)
4
+
5
+
- This is kind of a "fork" of [this project](https://github.com/kema-dev/actions-sync), which is a fork of [this project](https://github.com/actions/actions-sync)
6
+
- Its only purpose is to not rely on a remote repository for [this project](https://github.m6web.fr/devops/sync-public-actions)
7
+
- Updating this "fork" can be done by adding upstream remote first, using `git remote add upstream https://github.com/kema-dev/actions-sync`
8
+
- Then you can update this project by pulling upstream remote, using `git pull upstream main`
0 commit comments