Skip to content

Commit

Permalink
Merge pull request #6 from OffchainLabs/fix-indentation
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
kasey authored Jan 14, 2025
2 parents 36f44af + 80a8b27 commit 8e1fa29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
release-unclog:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Checkout source code
uses: actions/checkout@v4

- name: build-unclog
uses: ./.github/actions/build-unclog
with:
artifact-name: unclog # This is the 'release' artifact name
- name: build-unclog
uses: ./.github/actions/build-unclog
with:
artifact-name: unclog # This is the 'release' artifact name

- name: Set up Go
uses: actions/setup-go@v5
Expand Down
3 changes: 3 additions & 0 deletions log/kasey_fix-indentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- bad indentation in workflow yaml

0 comments on commit 8e1fa29

Please sign in to comment.