Skip to content

Commit

Permalink
use GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Mar 29, 2024
1 parent b61ae1a commit 434705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "dockerfiles=$dockerfiles"
# dockerfiles is an array of filename
# echo "::set-output name=matrix::$dockerfiles"
echo "matrix::$dockerfiles" >> $GITHUB_OUTPUT
echo "matrix=$dockerfiles" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v4
with:
name: artifact-dockerfiles
Expand Down

0 comments on commit 434705c

Please sign in to comment.