Skip to content

Commit 19f7e48

Browse files
committed
Removing debug print
1 parent ccf8679 commit 19f7e48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-common-library-to-npm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
id: extract_branch
4343
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
4444

45-
- run: echo This is on branch ${{ steps.extract_branch.outputs.branch }}
46-
4745
- uses: actions/github-script@v5
4846
with:
4947
script: |

0 commit comments

Comments
 (0)