Skip to content

Commit

Permalink
Update file "issue templates.yml"
Browse files Browse the repository at this point in the history
  • Loading branch information
JSarthurliao authored Dec 20, 2024
1 parent 13d3b08 commit db1ca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
branch_array=($branches)
# Set the outputs for use in other steps or jobs
echo "branch_default=${branch_array[0]}"
echo "branch_last" "${branch_array[1]}" >> $GITHUB_ENV
echo "branch_last=${branch_array[1]}" >> $GITHUB_ENV
- name: Get current placeholder name
id: extract-placeholder
Expand Down

0 comments on commit db1ca22

Please sign in to comment.