Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Davilarek authored Sep 15, 2024
1 parent 95cf650 commit 9665000
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
uses: actions/checkout@v4
with:
repository: LosersUnited/BrowserFS-builds
- uses: EndBug/add-and-commit@v9
with:
cwd: './BrowserFS-builds'
default_author: github_actions
message: 'Automatic build based on ${{ steps.commit.outputs.hash }}'
# - uses: EndBug/add-and-commit@v9
# with:
# cwd: './BrowserFS-builds'
# default_author: github_actions
# message: 'Automatic build based on ${{ steps.commit.outputs.hash }}'
- run: |
git commit -m "Automatic build based on ${{ steps.commit.outputs.hash }}"
git push

0 comments on commit 9665000

Please sign in to comment.