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 19, 2024
1 parent c0185a5 commit e91cc6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/issue templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
branches=$(git for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' | head -n 3)
branch_array=($branches)
echo "Branch 1: ${branch_array[0]}"
echo "Branch 2: ${branch_array[1]}"
echo "Branch 3: ${branch_array[2]}"
echo "Branch 2: ${branch_array[0]}"
echo "Branch 3: ${branch_array[0]}"
# Set the outputs for use in other steps or jobs
echo "branch1=${branch_array[0]}" >> $GITHUB_ENV
echo "branch2=${branch_array[1]}" >> $GITHUB_ENV
echo "branch3=${branch_array[2]}" >> $GITHUB_ENV
echo "branch2=${branch_array[0]}" >> $GITHUB_ENV
echo "branch3=${branch_array[0]}" >> $GITHUB_ENV
- name: Get current placeholder name
id: extract-placeholder
Expand Down

0 comments on commit e91cc6e

Please sign in to comment.