Skip to content

Commit

Permalink
fix changes step name (#14381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Sep 10, 2024
1 parent b09fdb7 commit ed6736e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solidity-foundry-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
outputs:
product_changes: ${{ steps.changes-transform.outputs.product_changes }}
product_files: ${{ steps.changes-transform.outputs.product_files }}
changeset_changes: ${{ steps.changes.outputs.changeset }}
changeset_files: ${{ steps.changes.outputs.changeset_files }}
changeset_changes: ${{ steps.changes-dorny.outputs.changeset }}
changeset_files: ${{ steps.changes-dorny.outputs.changeset_files }}
steps:
- name: Checkout the repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Expand Down

0 comments on commit ed6736e

Please sign in to comment.