Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hampus-lilliehook-afa committed Apr 4, 2024
1 parent 5876924 commit 31fd1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/dotnet/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
uses: ./composite-actions/.github/workflows/actions/dotnet/dotnet-cache

- name: Install dependencies
uses: ./composite-actions/.github/workflows/actions/dotnet/restore@hali-test-ci
uses: afa-forsakring-fou/github-actions/.github/workflows/actions/dotnet/restore@hali-test-ci
with:
GIT_TOKEN: ${{ inputs.GIT_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Dotnet steps
if: "${{ inputs.FRAMEWORK == 'dotnet' }}"
uses: ./composite-actions/.github/workflows/actions/dotnet@hali-test-ci
uses: afa-forsakring-fou/github-actions/.github/workflows/actions/dotnet@hali-test-ci
with:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

Expand Down

0 comments on commit 31fd1c7

Please sign in to comment.