We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89175a commit 41c7508Copy full SHA for 41c7508
.github/workflows/update-snapshots/action.yml
@@ -26,7 +26,7 @@ runs:
26
print(failures[names(failures) != "result"])
27
print(failures$result)
28
testthat::snapshot_accept()
29
- writeLines("changed=true" >> $GITHUB_OUTPUT)
+ writeLines("changed=true", Sys.getenv("GITHUB_OUTPUT"))
30
} else {
31
writeLines("Snapshot tests ran successfully.")
32
}
0 commit comments