Skip to content

Commit

Permalink
Merge pull request #25 from informalsystems/ph/automate-backport
Browse files Browse the repository at this point in the history
Fix indentation for backport action
  • Loading branch information
p-offtermatt authored Aug 18, 2023
2 parents 652246c + 4838283 commit 6af1c3d
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 6af1c3d

Please sign in to comment.