Skip to content

Commit 7b08d7f

Browse files
authored
Fix syntax error in cbmc-update CI job (rust-lang#3139)
It's "env" and not "evn".
1 parent b9bd7a8 commit 7b08d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cbmc-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
token: ${{ github.token }}
8080
title: 'CBMC upgrade to ${{ env.CBMC_LATEST }} failed'
8181
body: >
82-
Updating CBMC from ${{ evn.CBMC_VERSION }} to ${{ env.CBMC_LATEST }} failed.
82+
Updating CBMC from ${{ env.CBMC_VERSION }} to ${{ env.CBMC_LATEST }} failed.
8383
8484
The failed automated run
8585
[can be found here.](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})

0 commit comments

Comments
 (0)