Skip to content

Commit

Permalink
feat: Update output syntax to replace deprecated method warnings (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Oct 27, 2022
1 parent c734590 commit 1c564ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion directories/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ runs:
id: search
run: |
DIRS=$(python -c "import json; import glob; import re; print(json.dumps([x.replace('/versions.tf', '') for x in glob.glob('./**/versions.tf', recursive=True) if not re.match(r'^.+/_', x)]))")
echo "::set-output name=directories::$DIRS"
echo "directories=$DIRS" >> $GITHUB_OUTPUT

0 comments on commit 1c564ff

Please sign in to comment.