Skip to content

Commit 4197b9c

Browse files
remalremal-github-actions
andauthored
Template repository changes: remal-github-actions/template-typescript (#1281)
Co-authored-by: remal-github-actions <77626445+remal-github-actions+sync-with-template@users.noreply.github.com>
1 parent 5398bbf commit 4197b9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeowners-validator.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
REPO_JSON=$(curl -s "${{github.api_url}}/repos/${{github.repository}}" -H "Authorization: token ${{env.VALIDATION_TOKEN}}")
7474
OWNER_TYPE=$(echo $REPO_JSON | jq -r '.owner.type')
7575
OWNER_TYPE=$(echo "$OWNER_TYPE" | tr '[:upper:]' '[:lower:]')
76-
echo "Owner type: $OWNER_TYPE"
77-
echo "::set-output name=owner-type::$OWNER_TYPE"
76+
echo "owner-type=$OWNER_TYPE" | tee -a $GITHUB_OUTPUT
7877
7978
- name: Basic CODEOWNERS validation
8079
if: ${{steps.owner-type.outputs.owner-type != 'organization'}}

0 commit comments

Comments
 (0)