Skip to content

Commit

Permalink
Merge pull request #5 from matrix-org/t3chguy-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 12, 2023
2 parents a0595f0 + cebe52a commit 74369ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
shell: bash
run: |
owner=$(echo "${{ inputs.repository }}" | cut -d'/' -f1)
echo "::set-output name=owner::$owner"
echo "owner=$owner" >> $GITHUB_OUTPUT
- name: "🔍 Read PR details"
id: prdetails
Expand All @@ -97,7 +97,7 @@ runs:
shell: bash
run: |
version=$(${{ inputs.version_cmd }})
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
# Fetch base branch from the upstream repo so that Sonar can identify new code in PR builds
- name: "📕 Fetch base branch"
Expand Down

0 comments on commit 74369ae

Please sign in to comment.