Skip to content

Commit

Permalink
Remove obsolete code in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Feb 15, 2023
1 parent 7ee0edb commit b8a657c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ runs:
shell: bash
run: |
temp_result=$(curl -s https://api.github.com/repos/${{inputs.github_repository}}/tags | grep -h "name" | grep -h "${{inputs.selector}}" | head -1 | grep -ho "${{inputs.regex}}")
echo "${temp_result}"
echo "${temp_result}"
echo "new-tag=${temp_result}" >> $GITHUB_OUTPUT
- name: update files
Expand Down

0 comments on commit b8a657c

Please sign in to comment.