Skip to content

Commit

Permalink
Testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
1NepuNep1 committed Jan 17, 2025
1 parent a36be12 commit cc448cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
make build-image COMMIT_HASH=${{ github.event.inputs.commit-hash }}
fi
make all
git status
- name: Publish (optional)
if: ${{ github.event.inputs.commit-hash != 'default' }}
run: |
echo "Publishing changes..."
git config --global user.email "robot@umbrella";
git config --global user.name "robot";
git add -A
git status
git commit -am "Auto-update with COMMIT_HASH=${{ github.event.inputs.commit-hash }}" || echo "Nothing to commit"
git push

0 comments on commit cc448cc

Please sign in to comment.