Skip to content

Commit

Permalink
Include readme in sponsors change
Browse files Browse the repository at this point in the history
Whenever the sponsors.md changes, the include in the readme should also be changed. Rather than waiting for a second PR to be created for that, merge both actions in a single workflow.

We don't need the includes workflow anymore, therefore.

Force run on workflow

Due to the CRLLF/LF issue, the workflow is otherwise failing on run.

See peter-evans/create-pull-request#1202
  • Loading branch information
kzu committed Aug 11, 2022
1 parent 671b000 commit 0b4c29f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 51 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/includes.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/sponsors.yml
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: 💛 sponsors
run: ./.github/workflows/sponsors.ps1

- name: +Mᐁ includes
uses: devlooped/actions-include@v1

- name: ✍ pull request
uses: peter-evans/create-pull-request@v3
with:
Expand Down
7 changes: 1 addition & 6 deletions .netconfig
Expand Up @@ -42,9 +42,4 @@
url = https://github.com/devlooped/oss/blob/main/support.md
sha = a0f58a6d63e48ae6e55944c556d0bc94476dc8df
etag = 2d47e2fc4fdfa3515203d452674566e3df507461f9938f451a06d79deb687d24
weak
[file ".github/workflows/includes.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
sha = b9671b9e7f6235afbd8551dfedc1ab68a1a95c56
etag = 91c56f1354273c97e52d1756ebc94fa100045500199c87a3a53e708874a330c7
weak
weak
5 changes: 2 additions & 3 deletions sponsors.md
@@ -1,8 +1,7 @@
[![Clarius Org](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/clarius.png "Clarius Org")](https://github.com/clarius)
[![Christian Findlay](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MelbourneDeveloper.png "Christian Findlay")](https://github.com/MelbourneDeveloper)
[![C. Augusto Proiete](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/augustoproiete.png "C. Augusto Proiete")](https://github.com/augustoproiete)
[![Kirill Osenkov](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KirillOsenkov.png "Kirill Osenkov")](https://github.com/KirillOsenkov)
[![MFB Technologies, Inc.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MFB-Technologies-Inc.png "MFB Technologies, Inc.")](https://github.com/MFB-Technologies-Inc)
[![Amazon Web Services](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/aws.png "Amazon Web Services")](https://github.com/aws)
[![SandRock](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sandrock.png "SandRock")](https://github.com/sandrock)

[![Clarius Org](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/clarius.png "Clarius Org")](https://github.com/clarius)
[![Amazon Web Services](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/aws.png "Amazon Web Services")](https://github.com/aws)

0 comments on commit 0b4c29f

Please sign in to comment.