summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVir Linden <60274682+vir-linden@users.noreply.github.com>2024-05-01 17:51:44 +0100
committerVir Linden <60274682+vir-linden@users.noreply.github.com>2024-05-01 17:51:44 +0100
commit7f23f160d7520034afd8c3be8a184eac1716227a (patch)
tree1cb9628637d841497ee411cfecef8e6273ce5dde /.github
parent65495ba7655cbe17d282536a8c2a21d2ac29de23 (diff)
trim trailing whitespace
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 42d6562db6..d318d2eaf3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -58,8 +58,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
- ref: ${{ github.event.pull_request.head.sha || github.sha }}
-
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
+
- name: Setup python
uses: actions/setup-python@v5
with: