Skip to content

Commit

Permalink
Fix: Readme must be in root to publish Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
politician committed Oct 1, 2020
1 parent 97438e9 commit bda8bec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ This action comes with sensible defaults to make it **very easy** for you to use
- Pull Requests can be created on both SoT and destination
- Pull Requests created on destination are always copied by Copybara to SoT

> 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).
> 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).
## 🔥 [Basic usage](basic-usage.md)
## 🔥 [Basic usage](docs/basic-usage.md)

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

## 🔘 [All options](inputs.md)
## 🔘 [All options](docs/inputs.md)

## 💚 [Contributing](CONTRIBUTING.md)
## 💚 [Contributing](docs/CONTRIBUTING.md)

## 💬 Support

Expand Down
2 changes: 1 addition & 1 deletion docs/basic-usage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic usage

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!
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!

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).

Expand Down

0 comments on commit bda8bec

Please sign in to comment.