Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1164662?usp=email )

Change subject: fix: adjust comment in yml files
......................................................................

fix: adjust comment in yml files

Change-Id: If3f6a05346b4389567bb3cbe47ee8f3e4dd5c006
---
M .github/workflows/doctest.yml
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
4 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 6e2f854..dee414e 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -38,7 +38,7 @@
         with:
           python-version: ${{ matrix.python-version }}

-    # use deadsnakes/action for development releases
+      # use deadsnakes/action for development releases
       - name: Set up development Python ${{ matrix.python-version }}
         uses: deadsnakes/[email protected]
         if: endsWith(matrix.python-version, '-dev')
diff --git a/.github/workflows/login_tests-ci.yml 
b/.github/workflows/login_tests-ci.yml
index 9ce854b..f167462 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -61,7 +61,7 @@
         with:
           python-version: ${{ matrix.python-version }}

-    # use deadsnakes/action for development releases
+      # use deadsnakes/action for development releases
       - name: Set up development Python ${{ matrix.python-version }}
         uses: deadsnakes/[email protected]
         if: endsWith(matrix.python-version, '-dev')
diff --git a/.github/workflows/oauth_tests-ci.yml 
b/.github/workflows/oauth_tests-ci.yml
index 2006ca0..8fe4cd8 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -46,7 +46,7 @@
         with:
           python-version: ${{ matrix.python-version }}

-    # use deadsnakes/action for development releases
+      # use deadsnakes/action for development releases
       - name: Set up development Python ${{ matrix.python-version }}
         uses: deadsnakes/[email protected]
         if: endsWith(matrix.python-version, '-dev')
diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 847ec66..6130c33 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -82,7 +82,7 @@
         with:
           python-version: ${{ matrix.python-version }}

-    # use deadsnakes/action for development releases
+      # use deadsnakes/action for development releases
       - name: Set up development Python ${{ matrix.python-version }}
         uses: deadsnakes/[email protected]
         if: endsWith(matrix.python-version, '-dev')

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1164662?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If3f6a05346b4389567bb3cbe47ee8f3e4dd5c006
Gerrit-Change-Number: 1164662
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to