Skip to content

Commit

Permalink
use more elegant bash substitution for short sha
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Nov 17, 2023
1 parent 4d01e86 commit 8660d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
- name: installing plural
uses: pluralsh/[email protected]
- name: Update service
run: plural cd services update @cd-demo-workload-1/cd-test --conf tag=sha-$(git rev-parse --short HEAD)
run: plural cd services update @cd-demo-workload-1/cd-test --conf tag=sha-${GITHUB_SHA::7}

0 comments on commit 8660d09

Please sign in to comment.