Skip to content

Commit

Permalink
Corrected cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Aug 17, 2023
1 parent 314097f commit b26b451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-baas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Generate cluster name
id: generate-cluster-name
run: |
name=$( echo ${{ github.run_id }}-${{ github.run_attempt }} | md5 | cut -c1-15)
name=$( echo ${{ github.run_id }}-${{ github.run_attempt }} | md5sum | cut -c1-15)
echo "clusterName=$name" >> "$GITHUB_OUTPUT"
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit b26b451

Please sign in to comment.