Skip to content

Commit 7ea1740

Browse files
committed
fix: yaml indentation
1 parent 586e29c commit 7ea1740

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/data-integrity.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ jobs:
6060
git commit -m "chore (workflow): update signature block coverage info"
6161
fi
6262
- name: Pull remote changes
63-
if: ${{ env.ACT != 'true' }}
64-
run: |
65-
BRANCH="${{ github.head_ref || github.ref_name }}"
66-
git fetch origin "$BRANCH"
67-
git rebase "origin/$BRANCH"
63+
if: ${{ env.ACT != 'true' }}
64+
run: |
65+
BRANCH="${{ github.head_ref || github.ref_name }}"
66+
git fetch origin "$BRANCH"
67+
git rebase "origin/$BRANCH"
6868
- name: Push changes
69-
if: ${{ env.ACT != 'true' }}
70-
uses: ad-m/github-push-action@master
71-
with:
72-
github_token: ${{ secrets.GITHUB_TOKEN }}
73-
branch: ${{ github.head_ref || github.ref_name }}
69+
if: ${{ env.ACT != 'true' }}
70+
uses: ad-m/github-push-action@master
71+
with:
72+
github_token: ${{ secrets.GITHUB_TOKEN }}
73+
branch: ${{ github.head_ref || github.ref_name }}
7474

7575
motion-has-date:
7676
needs: motion-has-signatures
@@ -107,11 +107,11 @@ jobs:
107107
git commit -m "chore (workflow): update date annotation coverage info"
108108
fi
109109
- name: Pull remote changes
110-
if: ${{ env.ACT != 'true' }}
111-
run: |
112-
BRANCH="${{ github.head_ref || github.ref_name }}"
113-
git fetch origin "$BRANCH"
114-
git rebase "origin/$BRANCH"
110+
if: ${{ env.ACT != 'true' }}
111+
run: |
112+
BRANCH="${{ github.head_ref || github.ref_name }}"
113+
git fetch origin "$BRANCH"
114+
git rebase "origin/$BRANCH"
115115
- name: Push changes
116116
if: ${{ env.ACT != 'true' }}
117117
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)