We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36f44af + 80a8b27 commit 8e1fa29Copy full SHA for 8e1fa29
.github/workflows/release.yml
@@ -10,13 +10,13 @@ jobs:
10
release-unclog:
11
runs-on: ubuntu-latest
12
steps:
13
- - name: Checkout source code
14
- uses: actions/checkout@v4
+ - name: Checkout source code
+ uses: actions/checkout@v4
15
16
- - name: build-unclog
17
- uses: ./.github/actions/build-unclog
18
- with:
19
- 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
20
21
- name: Set up Go
22
uses: actions/setup-go@v5
log/kasey_fix-indentation.yml
@@ -0,0 +1,3 @@
1
+### Fixed
2
+
3
+- bad indentation in workflow yaml
0 commit comments