Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Sep 22, 2024
1 parent 6604782 commit 1176944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env |
grep GITHUB_ |
perl -pe 's/^/export /' > "$github"
echo 'echo "$GITHUB_ACTOR"' >> "$github"
echo 'echo "GITHUB_ACTOR: $GITHUB_ACTOR"' >> "$github"
echo 'env' >> "$github"
cat "$github"
github2=$(cygpath -w "$github" | perl -pe 's#\\#\\\\\\\\#g')
Expand Down

0 comments on commit 1176944

Please sign in to comment.