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 c23ed82 commit 0f85190
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:

- name: Fetch merged PRs
run: |
git log --pretty=format:"%s by %an" -n ${{ needs.check.outputs.new-commits-number }} --no-merges > merged_prs.txt
echo merged_prs.txt
git log --pretty=format:"%s by %an" -n 20 --no-merges > merged_prs.txt
PR_LIST=$(cat merged_prs.txt)
echo "$PR_LIST"
echo "MERGED_PRS=$PR_LIST" >> $GITHUB_ENV
echo "{MERGED_PRS}={PR_LIST}" >> $GITHUB_ENV
shell: bash

- name: Install Arma 3 Tools
Expand Down

0 comments on commit 0f85190

Please sign in to comment.