diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-10 23:59:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 23:59:57 -0400 |
| commit | a5f8bfdbfb35a9750b26cbffb488f25d15950d40 (patch) | |
| tree | 83bb1465cd8e5d627a71efb21ad16552d9d11fa7 /.github/workflows/wpt_epoch.yml | |
| parent | e8057bc10266f7f0d097d08bf3827ff055c826a4 (diff) | |
chore: format yaml internally (#24520)
Uses https://github.com/g-plane/pretty_yaml
Diffstat (limited to '.github/workflows/wpt_epoch.yml')
| -rw-r--r-- | .github/workflows/wpt_epoch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 4dbb8a997..cfb06a318 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -37,7 +37,7 @@ jobs: - name: Install Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: '3.11' - name: Log versions run: | |
