Skip to content

Commit 8e1fa29

Browse files
authored
Merge pull request #6 from OffchainLabs/fix-indentation
Fix indentation
2 parents 36f44af + 80a8b27 commit 8e1fa29

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
release-unclog:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Checkout source code
14-
uses: actions/checkout@v4
13+
- name: Checkout source code
14+
uses: actions/checkout@v4
1515

16-
- name: build-unclog
17-
uses: ./.github/actions/build-unclog
18-
with:
19-
artifact-name: unclog # This is the 'release' artifact name
16+
- name: build-unclog
17+
uses: ./.github/actions/build-unclog
18+
with:
19+
artifact-name: unclog # This is the 'release' artifact name
2020

2121
- name: Set up Go
2222
uses: actions/setup-go@v5

log/kasey_fix-indentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Fixed
2+
3+
- bad indentation in workflow yaml

0 commit comments

Comments
 (0)