Skip to content

Commit 87dc1c7

Browse files
authored
Update FormatPR.yml
1 parent ee42295 commit 87dc1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/FormatPR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Install JuliaFormatter and format
1212
run: |
13-
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
13+
julia -e 'import Pkg; Pkg.add("JuliaFormatter", version="1")'
1414
julia -e 'using JuliaFormatter; format(".")'
1515
- name: Create Pull Request
1616
id: cpr
@@ -25,4 +25,4 @@ jobs:
2525
- name: Check outputs
2626
run: |
2727
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
28-
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
28+
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

0 commit comments

Comments
 (0)