Skip to content

Commit

Permalink
Merge pull request #5 from WillAbides/quote
Browse files Browse the repository at this point in the history
ci fix
  • Loading branch information
WillAbides authored Oct 19, 2023
2 parents a50886a + 5b88f1e commit 73cb7d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ jobs:
name: cibuild
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: script/generate --check
- run: script/lint
text-bench:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: golang/text
ref: v0.3.6
fetch-depth: 0
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: "~1.15"
- uses: WillAbides/benchdiff-action@v0
Expand Down
2 changes: 1 addition & 1 deletion src/set-output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ value="$2"
value="${value//'%'/'%25'}"
value="${value//$'\n'/'%0A'}"
value="${value//$'\r'/'%0D'}"
echo "${name}=${value}" >> $GITHUB_OUTPUT
echo "${name}=${value}" >> "$GITHUB_OUTPUT"

0 comments on commit 73cb7d5

Please sign in to comment.