Skip to content

Commit 0e56057

Browse files
committed
Clarification/fix
1 parent a96e012 commit 0e56057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/REUSABLE_WORKFLOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To run a workflow manually:
2929

3030
If you are developing on a fork of `Framework-R-D/phlex` itself, the CI/CD workflows will run automatically on your pull requests within the fork, just as they do on the main repository. You do not need to use the `uses:` syntax described below.
3131

32-
However, to enable the automatic fixing features (e.g., for `cmake-fix` or `python-fix`), you will need to perform two steps:
32+
However, to enable the automatic fixing features (e.g., for `cmake-format-fix` or `python-fix` workflows), you will need to perform two steps:
3333

3434
1. **Enable Workflows:** By default, GitHub Actions are disabled on forks. You must manually enable them by going to the `Actions` tab of your forked repository and clicking the "I understand my workflows, go ahead and enable them" button.
3535
1. **Create the `WORKFLOW_PAT` Secret:** The auto-fix workflows require a Personal Access Token (PAT) with write permissions to commit changes back to your PR branch. Follow the instructions below to create a PAT and add it as a secret named `WORKFLOW_PAT` **to your forked repository's settings**.

0 commit comments

Comments
 (0)