Skip to content

Commit

Permalink
removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
crecine committed Feb 10, 2024
1 parent c24c0d0 commit fe5f643
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/example_composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ runs:
echo ${{ inputs.example_secret }}
echo "$inputs.example_secret"
echo ${{ env.secret }}
echo "$env.secret"
echo ${{ secret }}
echo "$secret"
echo "$env.secret"

0 comments on commit fe5f643

Please sign in to comment.