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 ec26d97 commit 73155e4Copy full SHA for 73155e4
action.yml
@@ -68,6 +68,11 @@ outputs:
68
runs:
69
using: "composite"
70
steps:
71
+ - name: Copy Actions to Workspace
72
+ shell: bash
73
+ # FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684
74
+ run: |
75
+ [ -d .github/actions ] || (mkdir -p .github/actions && cp -r $GITHUB_ACTION_PATH/.github/actions .github/actions/)
76
- name: Bump Maven
77
if: inputs.type == 'maven'
78
id: bump_maven
0 commit comments