This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Bump com.google.guava:guava from 29.0-jre to 32.0.0-jre in /starters/ayup/portfolio #304
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: GIPHY generator | |
on: | |
issues: | |
types: [opened, edited] | |
issue_comment: | |
types: [created, edited] | |
pull_request: | |
types: [opened, edited] | |
jobs: | |
giphy-generator: | |
runs-on: ubuntu-latest | |
steps: | |
- name: GIPHY Generator | |
uses: IAmHughes/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GIPHY_TOKEN: ${{ secrets.GIPHY_TOKEN }} | |
with: | |
rating: 'g' | |
lang: 'en' |