Skip to content

Commit

Permalink
Merge pull request #2306 from ciscorucinski/fix/workflow/issue-milest…
Browse files Browse the repository at this point in the history
…one-collector

Fix/workflow/issue milestone collector
  • Loading branch information
AngieHinrichs committed Oct 13, 2023
2 parents ba10206 + 48b8c25 commit 550f9b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21,976 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/issue-milestone-collector.yml
Expand Up @@ -208,11 +208,11 @@ jobs:
run: |
mkdir -p -v $SCRIPT_DIR/$STREAM_DIR $SCRIPT_DIR/$MAPPING_DIR $SCRIPT_DIR/$DATA_DIR
- name: Download Stream Artifacts
uses: actions/download-artifact@v3
with:
name: ${{ env.STREAM_NAME }}
path: ${{ env.SCRIPT_DIR }}/${{ env.STREAM_DIR }}
# - name: Download Stream Artifacts
# uses: actions/download-artifact@v3
# with:
# name: ${{ env.STREAM_NAME }}
# path: ${{ env.SCRIPT_DIR }}/${{ env.STREAM_DIR }}

- name: Download Mapping Artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 550f9b2

Please sign in to comment.