Skip to content

Commit

Permalink
fetch using wget
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Dec 15, 2020
1 parent ffefdb4 commit b370af9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issue_count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Get configuration file
run: |
wget https://raw.githubusercontent.com/zephyrproject-rtos/docker-image/master/.github/workflows/issues-report-config.json
- name: install-packages
run: |
Expand All @@ -24,7 +26,7 @@ jobs:
- uses: brcrista/summarize-issues@v3
with:
title: 'Issues Report for ${{ github.repository }}'
configPath: '.github/workflows/issues-report-config.json'
configPath: 'issues-report-config.json'
outputPath: ${{ env.OUTPUT_FILE_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b370af9

Please sign in to comment.