Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Goblin57 authored Aug 7, 2024
1 parent 410188b commit e06fe5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Note that only certain SMT solvers are supported on these pre-built releases. On

```
- name: Run ESBMC
  uses: Goblin57/esbmc-action@vx
  uses: esbmc/esbmc-action@vx
```
(Replace 'x' with the desired version of this action).

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
        steps:
            - name: Run ESBMC Action
              id: esbmc-action
              uses: Goblin57/esbmc-action@v1
              uses: esbmc/esbmc-action@v1
              with:
                esbmc-options: "--incremental-bmc --quiet --color --file-output out.txt --verbosity 4"
                create-artifact: y
Expand All @@ -96,4 +96,4 @@ This action may create the FILE_DIFF, GOTO_FILENAME, NOSPACE_GOTO_FILENAME, OUTP

The FILE_DIFF variable is created if the git diff is used. Each "FILENAME" variable is created if its corresponding output file-creating option is used in the "esbmc-options" input.

This action also uses the GITHUB_ENV and GITHUB_WORKSPACE environment variables.
This action also uses the GITHUB_ENV and GITHUB_WORKSPACE environment variables.

0 comments on commit e06fe5a

Please sign in to comment.