Skip to content

Commit

Permalink
Move tweet actions to a new repo (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 authored Sep 4, 2021
1 parent e0eb2ed commit dfd1e0f
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 184 deletions.
7 changes: 0 additions & 7 deletions .github/read-tweet-action/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions .github/read-tweet-action/action.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/read-tweet-action/read.py

This file was deleted.

13 changes: 0 additions & 13 deletions .github/validate-tweet-action/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions .github/validate-tweet-action/action.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/validate-tweet-action/main.js

This file was deleted.

52 changes: 0 additions & 52 deletions .github/validate-tweet-action/package-lock.json

This file was deleted.

16 changes: 0 additions & 16 deletions .github/validate-tweet-action/package.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
ref: "refs/pull/${{ github.event.number }}/merge"
- name: Extract tweet message and changelog
id: extract
uses: ./.github/read-tweet-action
uses: strawberry-graphql/tweet-actions/read-tweet@v1
with:
changelog: ${{ needs.release-file-check.outputs.changelog }}
version: "(next)"
Expand All @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate tweet
uses: ./.github/validate-tweet-action
uses: strawberry-graphql/tweet-actions/validate-tweet@v1
with:
tweet: ${{ needs.read-tweet-md.outputs.tweet }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v1
- name: Extract tweet message and changelog
id: extract
uses: ./.github/read-tweet-action
uses: strawberry-graphql/tweet-actions/read-tweet@v1
with:
changelog: ${{ needs.release-file-check.outputs.changelog }}
version: ${{ needs.release.outputs.version }}
Expand Down

0 comments on commit dfd1e0f

Please sign in to comment.