Merge pull request #17 from oinume/docker-ssl3 #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: integration-test | |
on: [push] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Create milestone | |
id: create_milestone | |
uses: oinume/create-scheduled-milestone-action@main | |
with: | |
title: "v${{ github.run_id }}" | |
state: "open" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
- name: Check outputs | |
run: | | |
test "${{ steps.create_milestone.outputs.number }}" != "" |