Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Oct 2, 2023
1 parent 0adddf4 commit 7dbfca3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ jobs:
- name: display path
run: |
ls
cd src
ls
- name: 'Run Upload Action'
uses: ./
with:
cydigConfigPath: ./compliance-action/upload-action/src/cydigconfig.json
cydigConfigPath: ${{ github.workspace }}/src/cydigconfig.json
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID_DEV }}

0 comments on commit 7dbfca3

Please sign in to comment.