Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
A fix for Issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-scott committed Nov 2, 2023
1 parent 9177373 commit e413063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
# uses: "home-assistant/actions/hassfest@master"

- uses: stefanzweifel/git-auto-commit-action@v4
id: auto-commit-action
with:
repository: clone

- name: Create Release
if: steps.auto-commit-action.outputs.changes_detected == 'true'
uses: ncipollo/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
Expand Down

0 comments on commit e413063

Please sign in to comment.