fix: move urlsAreEqual to base class so all connections benefit #56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Push dist | |
on: | |
push: | |
branches: | |
- main | |
- beta | |
jobs: | |
push_dist: | |
name: Push dist | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: NullVoxPopuli/[email protected] | |
- uses: kategengler/[email protected] | |
with: | |
branch: dist/${GITHUB_REF##*/} | |
token: ${{ secrets.GITHUB_TOKEN }} | |
working-directory: ember-stereo |