Skip to content

Commit

Permalink
Fix some merge conflicts
Browse files Browse the repository at this point in the history
Fix issue in workflow file related to unmerged conflicts

Morgan Little <mlittle@lakeheadu.ca>
  • Loading branch information
morganlittle committed Feb 13, 2023
1 parent 64a1c4f commit b395a76
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,11 +1250,7 @@ jobs:
run: |
if [[ "${{ startsWith(github.ref, 'refs/tags/') }}" != "true" ]]; then
# PR build
<<<<<<< Updated upstream
echo "::ccccccccccccccccccccccccccccccccccccccccccccccccccccccc name=tag::dev"
=======
echo "tag=dev" >> $GITHUB_OUTPUT
>>>>>>> Stashed changes
else
VERSION="v$(cat VERSION)"
if [[ "${{ github.ref }}" != "refs/tags/${VERSION}" ]]; then
Expand Down Expand Up @@ -2382,11 +2378,7 @@ jobs:
id: npm-cache-dir
run: |
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
<<<<<<< Updated upstream
- uses: actions/cache@v2
=======
- uses: actions/cache@v3
>>>>>>> Stashed changes
id: node-modules-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
Expand Down Expand Up @@ -2450,11 +2442,7 @@ jobs:
id: npm-cache-dir
run: |
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
<<<<<<< Updated upstream
- uses: actions/cache@v2
=======
- uses: actions/cache@v3
>>>>>>> Stashed changes
id: electron-modules-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
Expand Down Expand Up @@ -2766,11 +2754,7 @@ jobs:
id: npm-cache-dir
run: |
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
<<<<<<< Updated upstream
- uses: actions/cache@v2
=======
- uses: actions/cache@v3
>>>>>>> Stashed changes
id: node-modules-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
Expand Down Expand Up @@ -2835,11 +2819,7 @@ jobs:
id: npm-cache-dir
run: |
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
<<<<<<< Updated upstream
- uses: actions/cache@v2
=======
- uses: actions/cache@v3
>>>>>>> Stashed changes
id: electron-modules-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
Expand Down

0 comments on commit b395a76

Please sign in to comment.