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.
2 parents 8b2a39f + 386b911 commit ccfda71Copy full SHA for ccfda71
action.yml
@@ -71,8 +71,9 @@ runs:
71
- name: Copy Actions to Workspace
72
shell: bash
73
# FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684
74
+ # original ref: https://github.com/hoverkraft-tech/ci-github-common/issues/161
75
run: |
- [ -d .github/actions ] || (mkdir -p .github/actions && cp -r $GITHUB_ACTION_PATH/.github/actions .github/actions/)
76
+ [ -d .github/actions ] || (mkdir -p .github/actions && cp -r $GITHUB_ACTION_PATH/.github/actions/* .github/actions/)
77
- name: Bump Maven
78
if: inputs.type == 'maven'
79
id: bump_maven
0 commit comments