Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Feb 5, 2025
1 parent 0f4b9ac commit 7932ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
GH_TOKEN: ${{ inputs.token }}
# Get all the items with status "🚀 Release"
run: |
gh project item-list 965 --format=json | jq '.items[] |
gh project item-list 965 --owner=equinor --format=json | jq '.items[] |
select(.status=="🚀 Release" and .content.type == "Issue") | {id: .id ,url :.content.url}' >>items.json
echo 'ITEMS = '$(jq -s '.' items.json) >> $GITHUB_ENV
Expand Down

0 comments on commit 7932ba5

Please sign in to comment.