Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek authored Apr 11, 2024
1 parent 2503bb6 commit e3b9b89
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: 'Add Evolutionary Architecture Nuget Source'
description: 'Remove a specific NuGet source and add GitHub NuGet source'
name: Add Evolutionary Architecture Nuget Source
description: Remove a specific NuGet source and add GitHub NuGet source
inputs:
github-token:
description: 'GitHub token'
description: GitHub token
required: true
owner:
description: 'Repository owner'
description: Repository owner
required: true
path:
description: 'Path to the directory'
required: true
runs:
using: 'composite'
steps:
- name: Set up working directory
run: cd ${{ github.workspace }}/${{ inputs.path }}
shell: bash
- run: dotnet nuget remove source evolutionaryArchitecture
shell: bash
- run: |
Expand Down

0 comments on commit e3b9b89

Please sign in to comment.