Skip to content

Commit db08b57

Browse files
committed
Workflow change (minor).
1 parent 2c351b4 commit db08b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-script-headers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
id: vars
2626
run: echo "::set-output name=branch::$(git rev-parse --abbrev-ref HEAD)"
2727

28-
- name: Update script header for main branch
28+
- name: Update script header for main branch.
2929
if: steps.vars.outputs.branch == 'main'
3030
run: |
3131
script_file="dist/BlockWebsites.js"
3232
sed -i 's/Block Websites - Development Version/Block Websites/' "$script_file"
3333
sed -i 's/\/develop\//\/main\//g' "$script_file"
3434
35-
- name: Update script header for develop branch
35+
- name: Update script header for develop branch.
3636
if: steps.vars.outputs.branch == 'develop'
3737
run: |
3838
script_file="dist/BlockWebsites.js"

0 commit comments

Comments
 (0)