Skip to content

Added variable comparison in branchs - killed mutant on line 90 #14

Added variable comparison in branchs - killed mutant on line 90

Added variable comparison in branchs - killed mutant on line 90 #14

Workflow file for this run

name: Dispense Candy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: docker://mattdsteele/particle-github-action:latest
env:
FUNCTION_NAME: ${{ secrets.PARTICLE_FUNCTION_NAME }}
DEVICE_ID: ${{ secrets.PARTICLE_DEVICE_ID }}
ACCESS_TOKEN: ${{ secrets.PARTICLE_ACCESS_TOKEN }}