Skip to content

Commit

Permalink
Bump fhem/fhem-controls-actions from 2.0.1 to 2.0.2 (#1023)
Browse files Browse the repository at this point in the history
* Bump fhem/fhem-controls-actions from 2.0.1 to 2.0.2

Bumps [fhem/fhem-controls-actions](https://github.com/fhem/fhem-controls-actions) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/fhem/fhem-controls-actions/releases)
- [Commits](fhem/fhem-controls-actions@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: fhem/fhem-controls-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update version.yml

Add check if matrix has any value to ignore job if there was no change at all

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sidey79 <7968127+sidey79@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and sidey79 authored Oct 8, 2021
1 parent 8f37152 commit 5619695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
persist-credentials: false
- name: update controls file (FHEM)
if: needs.pr_check.outputs.result != 'true'
uses: fhem/fhem-controls-actions@v2.0.1
uses: fhem/fhem-controls-actions@v2.0.2
with:
filename: controls_signalduino.txt
- name: update controls file (lib)
if: needs.pr_check.outputs.result != 'true'
uses: fhem/fhem-controls-actions@v2.0.1
uses: fhem/fhem-controls-actions@v2.0.2
with:
filename: controls_signalduino.txt
directory: FHEM/lib
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
# Set output
echo "::set-output name=matrix::$( echo "$JSON" )"
modify:
if: ${{ fromJSON( needs.metadata.outputs.matrix ).include[0] }}
continue-on-error: true
runs-on: ubuntu-latest
needs: metadata
Expand Down Expand Up @@ -139,11 +140,11 @@ jobs:
find ./FHEM -name "$FILE" -exec cp $FPATH "{}" \;
done
- name: update controls file (FHEM)
uses: fhem/fhem-controls-actions@v2.0.1
uses: fhem/fhem-controls-actions@v2.0.2
with:
filename: controls_signalduino.txt
- name: update controls file (lib)
uses: fhem/fhem-controls-actions@v2.0.1
uses: fhem/fhem-controls-actions@v2.0.2
with:
filename: controls_signalduino.txt
directory: FHEM/lib
Expand Down

0 comments on commit 5619695

Please sign in to comment.