Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiszczuZPolski committed Jan 30, 2025
1 parent 462120d commit bfff550
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@ jobs:
shell: bash
- name: Go through files
run: |
CHANGELOG=""
while IFS="" read -r p || [ -n "$p" ]
do
CHANGELOG+="$p\n"
echo "CHANGELOG<<EOF" >> $GITHUB_ENV
while IFS="" read -r p || [ -n "$p" ]; do
echo "$p" >> $GITHUB_ENV
done < merged_prs.txt
echo -E "$CHANGELOG<<EOF" >> $GITHUB_ENV
echo -E "$CHANGELOG" >> $GITHUB_ENV
echo -E "EOF" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
shell: bash

- name: Install Arma 3 Tools
Expand Down

0 comments on commit bfff550

Please sign in to comment.