Skip to content

Commit

Permalink
Merge pull request #3 from axoflow/fix-source-dir-env
Browse files Browse the repository at this point in the history
action: fix SOURCE_DIR env variable
  • Loading branch information
MrAnno authored Jun 10, 2024
2 parents 3741aaa + c159b3e commit 30c3082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
working-directory: axosyslog-cfg-helper
run: |
make clean
make db SYSLOG_NG_SOURCE_DIR=${GITHUB_WORKSPACE}/axosyslog DATABASE_FILE=${GITHUB_WORKSPACE}/base.db
make db AXOSYSLOG_SOURCE_DIR=${GITHUB_WORKSPACE}/axosyslog DATABASE_FILE=${GITHUB_WORKSPACE}/base.db
- name: Checkout PR head branch
shell: bash
Expand All @@ -72,7 +72,7 @@ runs:
working-directory: axosyslog-cfg-helper
run: |
make clean
make db SYSLOG_NG_SOURCE_DIR=${GITHUB_WORKSPACE}/axosyslog DATABASE_FILE=${GITHUB_WORKSPACE}/head.db
make db AXOSYSLOG_SOURCE_DIR=${GITHUB_WORKSPACE}/axosyslog DATABASE_FILE=${GITHUB_WORKSPACE}/head.db
- name: Generate CFG diff
shell: bash
Expand Down

0 comments on commit 30c3082

Please sign in to comment.