summaryrefslogtreecommitdiff
path: root/.github/workflows/cygwin.yml
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-11 14:01:23 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-11 14:03:30 +0900
commit7fa821a80d60992f019c98ac813e2fc6e9775031 (patch)
treebbee1a709d32da8b6776a61f87a100de6bd66be3 /.github/workflows/cygwin.yml
parent6025783a3b0b37517728c635250669449bb21a53 (diff)
Try to use `set-output`
because commit info are not necessary in env.
Diffstat (limited to '.github/workflows/cygwin.yml')
-rw-r--r--.github/workflows/cygwin.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 60c931e72d..0821d63049 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -54,10 +54,9 @@ jobs:
git -C src reset --hard ${{ github.event.pull_request.head.sha }}
if: github.event_name == 'pull_request'
shell: cmd
- - name: Actions-commit-info.sh
- run: |
- bash ./src/tool/actions-commit-info.sh
- shell: cmd
+ - run: ./src/tool/actions-commit-info.sh
+ shell: bash
+ id: commit_info
- name: Autoconf
run: |
cd src