diff --git a/2023-07-24.md b/2023-07-24.md new file mode 100644 index 00000000..e69de29b diff --git a/Untitled.canvas b/Untitled.canvas new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/Untitled.canvas @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 72d03192..c558edc0 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -31,10 +31,12 @@ Next, if you see failed action, check out the details: Some organization limit which actions can run, in that case in the repository settings you should enable it: ![GitHub allow marketplace actions](screenshots/github_settings_allow_actions.png) -Also, add -```linear-b/gitstream-github-action@v1,*/*/.github/workflows/gitstream.yml*``` -to the **Allow specified actions and reusable workflows** list if it is shown. +Also, add +``` +linear-b/gitstream-github-action@v1,*/*/.github/workflows/gitstream.yml* +``` +to the **Allow specified actions and reusable workflows** list, if it is shown. ![GitHub allow marketplace actions](screenshots/github_settings_allow_specified_actions .png)