Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed May 24, 2024
1 parent 071fc32 commit e10d995
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-config-conf-for-ee/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
name: 'Setup config.conf for enterprise edition server'

runs:
using: "composite"
steps:
- name: Install crudini to manipulate config.conf
run: pip3 install crudini -c requirements.txt
working-directory: .github/workflows
Expand Down

0 comments on commit e10d995

Please sign in to comment.