We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec338e commit 32ebf4dCopy full SHA for 32ebf4d
.github/workflows/Auto-Commit.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Execute upgrade_hwameistor-operator.sh with input
21
run: |
22
- cd ./storage-charts-repackage/charts/hwameistor-operator
+ cd ./charts/hwameistor-operator
23
chmod +x upgrade_hwameistor-operator.sh
24
./upgrade_hwameistor-operator.sh "${{ github.event.inputs.branch_name }}"
25
@@ -56,4 +56,4 @@ jobs:
56
echo "No changes to commit"
57
fi
58
env:
59
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments