Skip to content

Commit

Permalink
Fix indentation for backport action
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 18, 2023
1 parent 9c509f3 commit 4838283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Fetch all branches
run: git fetch origin v0.34.x:v0.34.x
run: git fetch origin v0.34.x:v0.34.x

- name: Install Hub CLI
run: sudo snap install --classic hub
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: Fetch all branches
run: git fetch origin v0.37.x:v0.37.x
run: git fetch origin v0.37.x:v0.37.x

- name: Install Hub CLI
run: sudo snap install --classic hub
Expand Down

0 comments on commit 4838283

Please sign in to comment.