@ayasofyazilim/saas 0.0.115 → 0.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,12 +76,12 @@ jobs:
76
76
  git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
77
77
 
78
78
  - name: Update package
79
- if: startsWith(github.event.inputs.saas-name, 'All') != true
79
+ if: startsWith(github.event.inputs.service-name, 'All') != true
80
80
  run: |
81
81
  node index.mjs -u "${{ github.event.inputs.url }}" -p "${{ github.event.inputs.port }}" -f "${{ github.event.inputs.service-name }}"
82
82
 
83
83
  - name: Update package
84
- if: startsWith(github.event.inputs.saas-name, 'All') == true
84
+ if: startsWith(github.event.inputs.service-name, 'All') == true
85
85
  run: |
86
86
  node index.mjs -u "${{ github.event.inputs.url }}" -p "${{ github.event.inputs.port }}"
87
87
 
@@ -89,5 +89,5 @@ jobs:
89
89
  - name: Commit updates
90
90
  run: |
91
91
  git add .
92
- git commit -m "chore: update ${{ github.event.inputs.saas-name }} by @${{ github.actor }}"
92
+ git commit -m "chore: update ${{ github.event.inputs.service-name }} by @${{ github.actor }}"
93
93
  git push origin