Asger K Jensen
Asger K Jensen
Yeah, i think you are right it always happened. But since i've set "dont-pull" and "dont-push", it feels like maybe this shouldnt be a failing condition that the git repo...
config used: ``` - name: Version id: cleanchangelog uses: TriPSs/conventional-changelog-action@v3 with: config-file-path: .github/tools/changelog-config.js github-token: ${{ secrets.ADMIN_TOKEN_GITHUB }} release-count: '1' skip-on-empty: 'false' skip-git-pull: 'true' skip-commit: 'true' skip-version-file: 'true' git-push: 'false' ```...
Unclear... ``` 'use strict'; const config = require('conventional-changelog-angular'); config.then((x) => { x.recommendedBumpOpts.whatBump = (commits) => { // custom - we consider everything to be a patch return { level: 2,...
uhm, well, i can share the bit up to this point at least ``` on: pull_request name: Pull Request Workflow concurrency: group: pr-${{ github.event.number }} cancel-in-progress: true jobs: install: runs-on:...
Will try that. I can always just tell github actions to continue in case of errors, although that is a bit harsh. I mostly brought it up, in case there...
So, the Dockerfile just pulls "newest netlify" package, and one of its dependencies must have updated to depend on responselike 3.0.0. It has nothing to do with the node version...
it is ***@***.*** Sent from my iPhone > On 5 Sep 2022, at 20.49, Dora ***@***.***> wrote: > > > any updates on this? is not working for me...
Huh, weird. Replying by email stripped the values.... anyways, this works for me: ``` - name: Publish id: publish uses: careflow/netlify-actions/cli@master with: args: deploy --dir=${{ inputs.path }} --json env: NETLIFY_SITE_ID:...
can you show the output using the alternative? Sent from my iPhone > On 7 Sep 2022, at 11.42, Ben Wunderlich ***@***.***> wrote: > > > We have the...
Still waiting. Although for now, i've just not used proxy-conf and used direct endpoint addresses during test instead. That, or just run a non-ssr instance when its for design work...