Skip to content

Commit bda8bec

Browse files
committed
Fix: Readme must be in root to publish Github Action
1 parent 97438e9 commit bda8bec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/README.md renamed to README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ This action comes with sensible defaults to make it **very easy** for you to use
2626
- Pull Requests can be created on both SoT and destination
2727
- Pull Requests created on destination are always copied by Copybara to SoT
2828

29-
> This is the flow used for this action's [basic usage](basic-usage.md), you can make it whatever you want it to be in [advanced usage](advanced-usage.md).
29+
> This is the flow used for this action's [basic usage](docs/basic-usage.md), you can make it whatever you want it to be in [advanced usage](docs/advanced-usage.md).
3030
31-
## 🔥 [Basic usage](basic-usage.md)
31+
## 🔥 [Basic usage](docs/basic-usage.md)
3232

33-
## 🧨 [Advanced usage](advanced-usage.md)
33+
## 🧨 [Advanced usage](docs/advanced-usage.md)
3434

35-
## 🔘 [All options](inputs.md)
35+
## 🔘 [All options](docs/inputs.md)
3636

37-
## 💚 [Contributing](CONTRIBUTING.md)
37+
## 💚 [Contributing](docs/CONTRIBUTING.md)
3838

3939
## 💬 Support
4040

docs/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic usage
22

3-
As per the [default flow](README.md#default-flow), Pull Requests **must be merged on the repo that acts as the Source of Truth (SoT)**. They must never be merged on destination!
3+
As per the [default flow](/README.md#default-flow), Pull Requests **must be merged on the repo that acts as the Source of Truth (SoT)**. They must never be merged on destination!
44

55
Once they are merged on SoT, Copybara will automatically push the code to the destination branch and close the Pull Request that was initially created on destination (if any).
66

0 commit comments

Comments
 (0)