Skip to content

Commit

Permalink
.github/ stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmajgaard committed Aug 13, 2024
1 parent 72b8e1b commit 2839603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* @Energinet-DataHub/team-raccoons
/.github/actions @Energinet-DataHub/TheOutlaws
/.github/workflows @Energinet-DataHub/TheOutlaws
/source/dotnet @Energinet-DataHub/Mandalorian @Energinet-DataHub/Team-Mosaic @Energinet-DataHub/Team-Raccoons
/source/settlement-report @Energinet-DataHub/Mandalorian @Energinet-DataHub/Team-Mosaic @Energinet-DataHub/Team-Raccoons

2 changes: 1 addition & 1 deletion .github/actions/dotnet-tests-prepare-outputs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ runs:
# Create base directory
mkdir -p '${{ inputs.output_path }}/source/settlement-report' ';'
# Copy everything from source/settlement-report to the new directory
cp -a source/dotnet/. '${{ inputs.output_path }}/source/settlement-report'
cp -a source/settlement-report/. '${{ inputs.output_path }}/source/settlement-report'
# Remove obj-directories from artifact
find ${{ inputs.output_path }}/ -type d -name 'obj' -exec rm -rf {} +
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
version: 2
updates:
- package-ecosystem: nuget
directory: /source/dotnet
directory: /source/settlement-report
schedule:
interval: monthly

0 comments on commit 2839603

Please sign in to comment.