Skip to content

Commit

Permalink
fix-linter-output (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru authored Sep 6, 2023
1 parent 4a7ddc1 commit 8fccdae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/version-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ done <<< "$FILES_TO_CHANGE"
MISSING_FILES=$(echo $MISSING_VERSION_FILES | tr '\n' ' ')
# Check if the variable is not empty
if [ -n "$MISSING_VERSION_FILES" ]; then
echo "### :mega: Workflow files ${MISSING_FILES} are missing actions version tag" >> $GITHUB_OUTPUT
echo "### :mega: Workflow files ${MISSING_FILES} are missing actions version tag" >> $GITHUB_STEP_SUMMARY
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "text<<EOF"$'\n'"### :mega: Workflow files ${MISSING_FILES} are missing actions version tag"$'\n'EOF >> $GITHUB_OUTPUT
echo "text<<EOF"$'\n'"### :mega: Workflow files ${MISSING_FILES} are missing actions version tag"$'\n'EOF >> $GITHUB_STEP_SUMMARY
fi

0 comments on commit 8fccdae

Please sign in to comment.