Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Oct 22, 2024
1 parent 5a86feb commit 0b93247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- 'master'
- 'develop'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -27,11 +26,6 @@ jobs:
run: |
echo ${{ github.ref }}
echo "${GITHUB_REF_NAME}"
<<<<<<< HEAD
=======
PRODUCT_VERSION=$(echo "${{ matrix.branch }}" | sed '/^release\b\|^hotfix\b\|^feature\b/s/release.*\/\|hotfix.*\/\|feature.*\///; s/-git-action$//; s/^v//')
echo ${PRODUCT_VERSION}
>>>>>>> master
if [ "${GITHUB_REF_NAME}" = "develop" ]; then
echo "Branch is ${GITHUB_REF_NAME}"
fi
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/learn-github-actions.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/nodejs-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: node --version
- run: node --version
- run: npm install -g bats
- run: bats -v

0 comments on commit 0b93247

Please sign in to comment.