Skip to content

Commit caeb9b4

Browse files
OFM-Check-Action: Show Repo and Ref for OAM in Step-Title
1 parent 06def8c commit caeb9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openknx-ofm-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "ref_name=$BRANCH" >> $GITHUB_OUTPUT
4949
echo "Selected branch: $BRANCH"
5050
51-
- name: Checkout Reference OAM
51+
- name: "Checkout Reference OAM: ${{ inputs.oam }}@${{ steps.oam_branch.outputs.ref_name }}"
5252
uses: actions/checkout@v4
5353
with:
5454
repository: openknx/${{ inputs.oam }}

0 commit comments

Comments
 (0)