Automation: update setup-beam version output to bc84950

This commit is contained in:
GitHub Actions
2024-01-17 23:33:13 +00:00
parent bc84950393
commit 213ca2eceb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9874,7 +9874,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'undefined'
const setupBeamVersion = 'bc84950'
core.setOutput('setup-beam-version', setupBeamVersion)
}