We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c351b4 commit db08b57Copy full SHA for db08b57
.github/workflows/update-script-headers.yml
@@ -25,14 +25,14 @@ jobs:
25
id: vars
26
run: echo "::set-output name=branch::$(git rev-parse --abbrev-ref HEAD)"
27
28
- - name: Update script header for main branch
+ - name: Update script header for main branch.
29
if: steps.vars.outputs.branch == 'main'
30
run: |
31
script_file="dist/BlockWebsites.js"
32
sed -i 's/Block Websites - Development Version/Block Websites/' "$script_file"
33
sed -i 's/\/develop\//\/main\//g' "$script_file"
34
35
- - name: Update script header for develop branch
+ - name: Update script header for develop branch.
36
if: steps.vars.outputs.branch == 'develop'
37
38
0 commit comments