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 cf80dd5 commit 705fa3b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ branding:
color: blue

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

0 comments on commit 705fa3b

Please sign in to comment.