Skip to content

Commit

Permalink
Merge pull request #75 from vadi2/patch-1
Browse files Browse the repository at this point in the history
Document workflow name limitation
  • Loading branch information
ZedThree authored Mar 27, 2023
2 parents ddfe311 + d9d7e7f commit 1a56f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ the version of the workflow in the original repo.
Read more about workflow security limitations
[here](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/).

Ensure that your workflow name doesn't contain any [special characters](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) as Github [does not treat](https://github.com/orgs/community/discussions/50835#discussioncomment-5428789) `on.workflow_run.workflows` literally.

## Project layout

This project is laid out as follows:
Expand Down

0 comments on commit 1a56f35

Please sign in to comment.