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

差分出力のところで、出力対象をファイル名のみにして、差分を減らす #1801

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Goryudyuma
Copy link
Member

@massongit
Copy link
Member

# 差分があったときは差分を出力する
- name: Show diff
id: diff
shell: bash
if: github.event_name != 'pull_request' || github.event.action != 'closed'
working-directory: ${{inputs.working-directory}}
run: ${{ github.action_path }}/scripts/action/show_diff.sh

このあたりを差分があるファイル名を出す、といった感じの名前やコメントにすると良さそう。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants