ugh - github composite actions are broken

This commit is contained in:
Kevin Hester
2021-04-16 13:46:14 +08:00
parent ccd87911a6
commit 1ceeb1637a
3 changed files with 62 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
name: 'Common init'
# WARNING due to https://github.com/actions/runner/issues/646
# this code can't work - must copy and paste into workflows for now because 'uses' is not supported
runs:
using: "composite"
steps: