From 7abf7a5db56d6d8ed14ca3fd682df73a9e72e300 Mon Sep 17 00:00:00 2001 From: Patrick Hawley Date: Fri, 18 Apr 2025 11:53:43 -0500 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 30ede61..406e8b7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: run: echo "$(git diff --name-status HEAD^ HEAD)" - name: Get committed files id: get_commit_data - run: echo "committed_files='$(gh pr view ${PR_NUMBER} --json files)'" >> "$GITHUB_OUTPUT" + run: echo "committed_files='$(gh pr view ${PR_NUMBER} --json additions, assignees, author, autoMergeRequest, baseRefName, baseRefOid, body, changedFiles, closed, closedAt, comments, commits, createdAt, deletions, files, fullDatabaseId, headRefName, headRefOid, headRepository, headRepositoryOwner, id, isCrossRepository, isDraft, labels, latestReviews, maintainerCanModify, mergeCommit, mergeStateStatus, mergeable, mergedAt, mergedBy, milestone, number, potentialMergeCommit, projectCards, projectItems, reactionGroups, reviewDecision, reviewRequests, reviews, state, statusCheckRollup, title, updatedAt, url)'" >> "$GITHUB_OUTPUT" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.number }}