Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Oct 3, 2023
1 parent cd75374 commit 9ff8d94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
with:
cydigConfigPath: ${{ github.workspace }}/compliance-action/src/cydigconfig.json
PAT-token: ${{ secrets.MY_GITHUB_PAT }}

- name: Set dev func URL
run: |
echo "urlUpdate=${{ vars.URLUPDATECOMPLIANCESTATE }}" >> $GITHUB_ENV
- name: 'Run Upload Action'
uses: ./upload-action
with:
Expand Down

0 comments on commit 9ff8d94

Please sign in to comment.