Skip to content

Commit

Permalink
Fix syntax error in cbmc-update CI job (#3139)
Browse files Browse the repository at this point in the history
It's "env" and not "evn".
  • Loading branch information
tautschnig authored Apr 16, 2024
1 parent b9bd7a8 commit 7b08d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cbmc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
token: ${{ github.token }}
title: 'CBMC upgrade to ${{ env.CBMC_LATEST }} failed'
body: >
Updating CBMC from ${{ evn.CBMC_VERSION }} to ${{ env.CBMC_LATEST }} failed.
Updating CBMC from ${{ env.CBMC_VERSION }} to ${{ env.CBMC_LATEST }} failed.
The failed automated run
[can be found here.](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})

0 comments on commit 7b08d7f

Please sign in to comment.