Skip to content

Commit 82792e7

Browse files
authored
Merge pull request #57 from flcdrg/fix-brackets
Fix bracket formatting
2 parents 30c8808 + c89eb2f commit 82792e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
14-
with:
15-
config: ${{ vars.PERMISSIONS_CONFIG }}
13+
# - uses: GitHubSecurityLab/actions-permissions/monitor@v1
14+
# with:
15+
# config: ${{ vars.PERMISSIONS_CONFIG }}
1616

1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ The four defined actions are:
6262

6363
### Inline Scripts
6464

65-
* Be aware that if your inline script uses square brackets [ ], you'll need to escape them like [\\[] [\\]] otherwise they will be interpreted as MSI properties (unless that is what you wanted!)
65+
* Be aware that if your inline script uses square brackets \[ \], you'll need to escape them like [\\[] [\\]] otherwise they will be interpreted as MSI properties (unless that is what you wanted!)

0 commit comments

Comments
 (0)