benebene84
benebene84
I have a similar issue where I restore a cache - a build artifact from another step - in one workflow step, which works just fine. I need that artifact...
Currently we manage this with a Slack workflow: ``` name: Send Slack Notifications on: pull_request: types: [labeled] jobs: build: if: contains(github.event.pull_request.labels.*.name, 'ready for review') runs-on: ubuntu-latest steps: - name: Send...
> I've really been struggling to design responsive react components with Tailwind. > > Right now I find myself having to do this: > > Foo > Bar > Baz...