Skip to content

Commit

Permalink
Merge pull request #28 from defenseunicorns/naveen/workflow/reuse
Browse files Browse the repository at this point in the history
chore: refactored to use common repository
  • Loading branch information
naveensrinivasan authored Feb 28, 2024
2 parents 88a3d84 + 08f2cb3 commit 593d7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .github/actions/save-logs/action.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:

- name: Save logs
if: always()
uses: ./.github/actions/save-logs
uses: defenseunicorns/uds-common/.github/actions/save-logs@417b9c2bc088f664c616c9929a2b3ce448d251f7
with:
suffix: -${{ matrix.flavor }}
suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}'

0 comments on commit 593d7db

Please sign in to comment.