Skip to content

Commit 4b24f43

Browse files
committed
Removed quotes around session names, and pointed back to upstream now
that commits have been accepted
1 parent ed1e54b commit 4b24f43

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/reusable-nox.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
python-versions: "3.12"
2424
- session: spelling
2525
python-versions: "3.12"
26-
- session: "checkers(rstcheck)"
26+
- session: checkers(rstcheck)
2727
python-versions: "3.12"
28-
- session: "checkers(rst-yamllint)"
28+
- session: checkers(rst-yamllint)
2929
python-versions: "3.12"
30-
- session: "checkers(docs-build)"
30+
- session: checkers(docs-build)
3131
python-versions: "3.12"
32-
- session: "actionlint"
32+
- session: actionlint
3333
python-versions: "3.12"
34-
- session: "pip-compile"
34+
- session: pip-compile
3535
extra-args: "--check"
3636
python-versions: "3.12"
3737

@@ -46,13 +46,13 @@ jobs:
4646
python-versions: "${{ inputs.python-versions }}"
4747

4848
- name: Graft ansible-core
49-
uses: x1101/github-action-run-nox@ca8b16f76c53a04b14952620e7a4ac5c7dc29812
49+
uses: ansible-community/github-action-run-nox@v1
5050
with:
5151
sessions: clone-core
5252
force-pythons: "${{ inputs.python-versions }}"
5353

5454
- name: "Run nox session"
55-
uses: x1101/github-action-run-nox@ca8b16f76c53a04b14952620e7a4ac5c7dc29812
55+
uses: ansible-community/github-action-run-nox@v1
5656
with:
5757
sessions: "${{ matrix.sessions }}"
5858
extra-args: ${{ inputs.extra-args || '' }}

0 commit comments

Comments
 (0)