Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
Signed-off-by: ybonatakis <[email protected]>
  • Loading branch information
b10n1k committed Apr 29, 2024
1 parent 27fcb74 commit 379a511
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
- reopened
- synchronize
- closed
branches:
- "**"

jobs:
backlogger_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run the action implemented in this repo
uses: ./
with:
Expand Down
4 changes: 3 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ runs:
shell: bash
- name: Render Markdown from configured backlog queries
run: |
python backlogger/backlogger.py ${{ inputs.config }} ${{ inputs.args }}
python backlogger/backlogger.py backlogger/${{ inputs.config }} ${{ inputs.args }}
pwd
cat index.md
echo "BACKLOG_STATUS=$?" >> "$GITHUB_ENV"
env:
REDMINE_API_KEY: ${{ inputs.REDMINE_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ queries:
max: 0
- title: In Feedback
query: query_id=520
max: 30
max: 10
min: 1
- title: Closed yesterday
query: query_id=773

0 comments on commit 379a511

Please sign in to comment.