Skip to content

Commit 6f2f6eb

Browse files
karenzonemashhurs
andauthored
Fix yaml format in GH action (#1842)
Co-authored-by: Mashhur <[email protected]>
1 parent ba35dfc commit 6f2f6eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/reference_docs90.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
run: |
6464
bundle install --path=vendor/bundle
6565
bundle exec ruby plugindocs.rb --skip-existing --output-path ../logstash-docs ../logstash/plugins_version_docs.json
66-
- name: Prepare doc updates
67-
- run: echo "T=$(date +%s)" >> $GITHUB_ENV
68-
- run: echo "BRANCH=update_docs_${T}" >> $GITHUB_ENV
66+
- run: echo "T=$(date +%s)" >> $GITHUB_ENV
67+
- run: echo "BRANCH=update_docs_${T}" >> $GITHUB_ENV
6968
- name: Commit and Push
7069
working-directory: ./logstash-docs
7170
run: |

0 commit comments

Comments
 (0)