You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update os values to macos-latest, ubuntu-latest, and windows-latest (#276)
* Update os values to `macos-latest`, `ubuntu-latest`, and `windows-latest`
The windows change is a no-op.
As of this commit...
* Ubuntu is migrating from 20 -> 22
* macos is migrating from 12 -> 14
* Allow for `.github` to be ok for PR testing
* Allow for github folder alterations to test all apps
* Move Rscript commands below installing R
* Temp use macos-13 for r-version 4.0
* Typo
* Remove unused variables
# Checking for the pull request sha and then pasting it to the possibly 'merged' sha. If main branch, only the `.sha` exists. If a PR, the PR sha exists.
73
-
# Either way, take the first 7 characters.
74
-
# Found `github.event.pull_request.head.sha` example here: https://github.com/actions/checkout/commit/cab31617d857bf9e70dc35fd9e4dafe350794082#diff-04c6e90faac2675aa89e2176d2eec7d8R92
75
-
# The webhook payload example (equivalent to `github.event.pull_request`) shows the keys `head > sha` : https://developer.github.com/v3/activity/events/types/#pullrequestevent
# Checking for the pull request sha and then pasting it to the possibly 'merged' sha. If main branch, only the `.sha` exists. If a PR, the PR sha exists.
117
+
# Either way, take the first 7 characters.
118
+
# Found `github.event.pull_request.head.sha` example here: https://github.com/actions/checkout/commit/cab31617d857bf9e70dc35fd9e4dafe350794082#diff-04c6e90faac2675aa89e2176d2eec7d8R92
119
+
# The webhook payload example (equivalent to `github.event.pull_request`) shows the keys `head > sha` : https://developer.github.com/v3/activity/events/types/#pullrequestevent
0 commit comments