Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More work, still WIP
  • Loading branch information
Keboo authored Jan 5, 2023
commit ce54473b934e0dbaba113a93ed5eae619bddfbb7
14 changes: 5 additions & 9 deletions .github/workflows/icon_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,12 @@ jobs:

- name: Commit changes
run: |
# TODO switch branch, commit, push
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "[bot] Pack Icon update" --all
git push

- name: Build
uses: ./.github/workflows/build_artifacts.yml
with:
mdix-version: "0.0.0"
mdix-colors-version: "0.0.0"
mdix-mahapps-version: "0.0.0"

- name: Push Updates
run: git push
- name: Open PR
run: |
# Open PR
4 changes: 0 additions & 4 deletions .github/workflows/pr_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ defaults:
run:
shell: pwsh

env:
solution: MaterialDesignToolkit.Full.sln
buildConfiguration: 'Release'

jobs:
build:
name: Build artifacts
Expand Down