Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHalf committed Oct 18, 2024
1 parent 3283ae3 commit 687e4b0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check-stale-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,8 @@ jobs:

- name: Test Fetch Commit Dates for All Branches
run: |
# Use the branches output from the previous step
branches=${{ steps.branches.outputs.branches }}
echo "Raw branches output: $branches"
# Loop through each branch to fetch commit dates
for branch in $(jq -r '.[]' <<< "$branches"); do
for branch in $(jq -r '.[]' <<< '${{ steps.branches.outputs.branches }}'); do
commit_dates=$(gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
Expand Down

0 comments on commit 687e4b0

Please sign in to comment.