Skip to content

Commit

Permalink
Trying a slightly different option
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsteidl committed Nov 29, 2023
1 parent 0fc647d commit 7cdeca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
status=$(git status)
if [[ $status =~ "wp-content/plugins/insert-headers-and-footers/" ]]; then
if [[ $status =~ "Untracked files:" && $status =~ "wp-content/plugins/insert-headers-and-footers/" ]]; then
echo "UNTRACKED_FILE=$status" >> $GITHUB_ENV
echo "UNTRACKED_FILE=${status}" >> $GITHUB_ENV
rm -rf wp-content/plugins/insert-headers-and-footers/
fi
fi
Expand Down

0 comments on commit 7cdeca5

Please sign in to comment.