Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit f0d5f18

Browse files
author
Nate Wiebe
authored
Merge pull request #38 from Pixelrobin/auto-pr-feather-version
Use Feather version in PR
2 parents 003f307 + 71f4403 commit f0d5f18

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/auto-update.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,19 @@ jobs:
5050
- name: Build files
5151
run: composer run-script build
5252

53+
- name: Get Feather version
54+
id: get-feather-version
55+
run: echo "::set-output name=feather-version::$(composer show npm-asset/feather-icons --format=json | jq '.versions[]')"
56+
5357
- name: Create Pull Request
5458
uses: peter-evans/create-pull-request@v3
5559
with:
56-
commit-message: Update resources from Feather icons
60+
commit-message: "Update resources from Feather ${{ steps.get-feather-version.outputs.feather-version }}"
5761
branch: automated/feather-update
5862
delete-branch: true
59-
title: '[AUTO] Feather Update'
63+
title: "[AUTO] Feather Update ${{ steps.get-feather-version.outputs.feather-version }}"
6064
body: |
61-
Updated resources built based on Feather Icons.
65+
Updated resources built based on Feather ${{ steps.get-feather-version.outputs.feather-version }}.
6266
labels: automated pr
6367
assignees: |
6468
Pixelrobin

0 commit comments

Comments
 (0)