Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Feb 14, 2024
1 parent f109848 commit cf80dd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ branding:
color: blue

inputs:
repository_git:
description: 'Repository'
required: true
repository_owner:
description: 'Repository owner'
required: true
Expand All @@ -17,7 +20,7 @@ runs:
steps:
- name: Set App Name
run: |
str=${{ github.repository }}
str=${{ inputs.repository_git }}
find="${{ inputs.repository_owner }}"
replace=""
result=${str//$find/$replace}
Expand Down

0 comments on commit cf80dd5

Please sign in to comment.