Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions: Continuous Integration の Step 11 の commit suggestion の行がずれている #4

Open
dzeyelid opened this issue Jun 16, 2021 · 0 comments
Labels
bug Something isn't working GitHub Actions: Continuous Integration GitHub Learning Lab "GitHub Actions: Continuous Integration" に関する

Comments

@dzeyelid
Copy link
Contributor

現象

GitHub Actions: Continuous Integration のコンテンツの Step 11 で、build job に actions/upload-artifact を追加する commit suggestion の行がずれている。

image

This issue is raised as githubtraining/using-github-actions-for-ci#56 already.

対処(一時的)

Commit suggestion は利用せず、コードを直接編集し、 build job の最後のステップに、下記を追加する。(インデントに気を付けて)

    - uses: actions/upload-artifact@main
      with:
        name: webpack artifacts
        path: public/
@dzeyelid dzeyelid added GitHub Actions: Continuous Integration GitHub Learning Lab "GitHub Actions: Continuous Integration" に関する bug Something isn't working labels Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GitHub Actions: Continuous Integration GitHub Learning Lab "GitHub Actions: Continuous Integration" に関する
Projects
None yet
Development

No branches or pull requests

1 participant