diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2024-05-28 00:03:12 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2024-05-28 00:03:12 +0900 |
| commit | 1bb1a3298645c2d5a3f678cb6676e19519ec1e48 (patch) | |
| tree | 13d2f7443e98d78ccb006f22d58850101f4e117d /.github | |
| parent | [skip ci] update release manager actions (diff) | |
| download | sharkey-1bb1a3298645c2d5a3f678cb6676e19519ec1e48.tar.gz sharkey-1bb1a3298645c2d5a3f678cb6676e19519ec1e48.tar.bz2 sharkey-1bb1a3298645c2d5a3f678cb6676e19519ec1e48.zip | |
[skip ci] update release manager actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-edit-with-push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-edit-with-push.yml b/.github/workflows/release-edit-with-push.yml index 890cb047bd..86ee0b3fb5 100644 --- a/.github/workflows/release-edit-with-push.yml +++ b/.github/workflows/release-edit-with-push.yml @@ -23,7 +23,7 @@ jobs: # headがrelease/かつopenのPRを1つ取得 - name: Get PR run: | - echo "pr_number=$(gh pr list --limit 1 --head "${{ github.ref_name }}" --json number --jq '.[] | .number')" >> $GITHUB_OUTPUT + echo "pr_number=$(gh pr list --limit 1 --head "$GITHUB_REF_NAME" --json number --jq '.[] | .number')" >> $GITHUB_OUTPUT id: get_pr - name: Get target version uses: misskey-dev/release-manager-actions/.github/actions/get-target-version@v1 |