Skip to content

Commit

Permalink
Fix CLI workflow path (#12823)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Sep 17, 2024
1 parent 5b0d76f commit 167cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Update version lists
run: |
NL=$'\n'
sed -e "s/<tbody>/<tbody>\\${NL} {{< changelog-table-row version=\"${{ env.PULUMI_VERSION}}\" date=\"$(date +%Y-%m-%d)\" showChecksum=\"true\" >}}/" -i ./content/docs/iac/install/versions.md
sed -e "s/<tbody>/<tbody>\\${NL} {{< changelog-table-row version=\"${{ env.PULUMI_VERSION}}\" date=\"$(date +%Y-%m-%d)\" showChecksum=\"true\" >}}/" -i ./content/docs/iac/download-install/versions.md
working-directory: docs
- name: git status
run: git status && git diff
Expand Down

0 comments on commit 167cff3

Please sign in to comment.