Skip to content

Commit 934b2d1

Browse files
committed
Updating GitHub Action step names
1 parent 26bac0e commit 934b2d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/control_styles.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Wiki - Update Control Styles
22

33
on:
4-
push:
5-
branches: [ master ]
4+
# push:
5+
# branches: [ master ]
66
workflow_dispatch:
77

88
jobs:
@@ -12,13 +12,13 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Test
15+
- name: Generate Control Styles Markdown
1616
run: Scripts/GenerateThemesWikiMarkdown.ps1
1717
shell: pwsh
1818
- name: Upload Control Styles to Wiki
1919
uses: docker://decathlon/wiki-page-creator-action:latest
2020
env:
21-
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
21+
GH_PAT: ${{ secrets.SA_TOKEN }}
2222
ACTION_MAIL: [email protected]
2323
ACTION_NAME: Material Design Service Account
2424
OWNER: MaterialDesignInXAML

.github/workflows/icon_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-dotnet@v1
1717
with:
1818
dotnet-version: 3.1.x
19-
- name: Build
19+
- name: Run Icon Generation
2020
run: dotnet run -c Release -- icons
2121
working-directory: ./mdresgen
2222
- name: Create Pull Request

0 commit comments

Comments
 (0)