Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Update Localizable.strings (#1010) #89

Update Localizable.strings (#1010)

Update Localizable.strings (#1010) #89

name: Check Package
on:
push:
branches: '*'
jobs:
carthage:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: MeilCli/carthage-update-check-action@v3
id: outdated
- uses: 8398a7/action-slack@v3
if: steps.outdated.outputs.has_carthage_update != 'false'
with:
status: ${{ job.status }}
text: ${{ steps.outdated.outputs.carthage_update_text }}
author_name: GitHub Actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}