We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf8679 commit 19f7e48Copy full SHA for 19f7e48
.github/workflows/publish-common-library-to-npm.yml
@@ -42,8 +42,6 @@ jobs:
42
id: extract_branch
43
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
44
45
- - run: echo This is on branch ${{ steps.extract_branch.outputs.branch }}
46
-
47
- uses: actions/github-script@v5
48
with:
49
script: |
0 commit comments