Skip to content

Commit

Permalink
docs: Update example in README
Browse files Browse the repository at this point in the history
Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Oct 1, 2024
1 parent 0e24e97 commit 1595368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
name: Create report 📃
runs-on: ubuntu-latest
container:
image: rocker/verse:4.1.1
image: rocker/verse:4.4.1
# Set Github token permissions
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -132,11 +132,11 @@ jobs:
if: success()
uses: svenstaro/upload-release-action@v2
with:
file: ${{ steps.validation.outputs.report_output_filename }}
asset_name: ${{ steps.validation.outputs.report_output_filename }}
file: ./validation_report.pdf
asset_name: validation-report.pdf
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
overwrite: false
overwrite: true
```
### V1.0 Examples
Expand Down

0 comments on commit 1595368

Please sign in to comment.