Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jan 8, 2024
1 parent b27c02c commit d6713aa
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/workflows/update-copyright.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Copyright

on:
push:
branches:
- test-copyright-update
schedule:
# Runs "At 08:00 on day-of-month 1 in January"
- cron: '0 8 1 1 *'
Expand All @@ -16,18 +19,18 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/ruby-cache
- run: bundle exec fastlane copyright
timeout-minutes: 5
env:
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
text: "You shall not pass!"
job_name: "${{ github.workflow }}: ${{ github.job }}"
fields: message,commit,author,action,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
MATRIX_CONTEXT: ${{ toJson(matrix) }}
if: failure()
# - uses: ./.github/actions/ruby-cache
# - run: bundle exec fastlane copyright
# timeout-minutes: 5
# env:
# GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
# - uses: 8398a7/action-slack@v3
# with:
# status: ${{ job.status }}
# text: "You shall not pass!"
# job_name: "${{ github.workflow }}: ${{ github.job }}"
# fields: message,commit,author,action,workflow,job,took
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# MATRIX_CONTEXT: ${{ toJson(matrix) }}
# if: failure()

0 comments on commit d6713aa

Please sign in to comment.