We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba35dfc commit 6f2f6ebCopy full SHA for 6f2f6eb
.github/workflows/reference_docs90.yml
@@ -63,9 +63,8 @@ jobs:
63
run: |
64
bundle install --path=vendor/bundle
65
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
+ - run: echo "T=$(date +%s)" >> $GITHUB_ENV
+ - run: echo "BRANCH=update_docs_${T}" >> $GITHUB_ENV
69
- name: Commit and Push
70
working-directory: ./logstash-docs
71
0 commit comments