Skip to content

Commit

Permalink
Merge pull request #3 from SoteriaSoftwareLLC/develop
Browse files Browse the repository at this point in the history
testing post files
  • Loading branch information
DaleBinghamSoteriaSoft authored Mar 3, 2024
2 parents afc097b + 154b1d0 commit 5bdec50
Show file tree
Hide file tree
Showing 3 changed files with 10,231 additions and 20,141 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 7 additions & 1 deletion .github/workflows/uploadFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
files: |
checklist-files/**
output_renamed_files_as_deleted_and_added: true
- name: List all changed checklist files
env:
ALL_CHANGED_CHECKLIST_FILES: ${{ steps.changed-checklist-files.outputs.all_changed_files }}
Expand Down Expand Up @@ -58,4 +57,11 @@ jobs:
run: |
for file in ${ALL_CHANGED_PATCHSCAN_FILES}; do
echo "$file was changed, so post it"
done
- name: Post all Patch Scan Files one at a time
env:
ALL_CHANGED_PATCHSCAN_FILES: ${{ steps.changed-patchscan-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_PATCHSCAN_FILES}; do
curl -X POST -H "Accept: application/json" -H "Authorization: Bearer ${{ secrets.OPENRMFPRO_API_TOKEN }}" -F "patchscanFile=@$file" ${{ secrets.OPENRMFPRO_API_ROOT_URL }}/api/external/systempackage/${{ secrets.OPENRMFPRO_API_SYSTEMKEY }}/patchscan/\?applicationKey\=${{ secrets.OPENRMFPRO_API_APPLICATIONKEY }}
done

Large diffs are not rendered by default.

0 comments on commit 5bdec50

Please sign in to comment.