Skip to content

Commit

Permalink
ci: make sure workflow does not disable
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 30, 2023
1 parent d7d3def commit 136b602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
token: ${{ secrets.BOT_ACCESS_TOKEN }}

- name: Write time
run: date >| .github/STATUSDATE

- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -34,7 +37,7 @@ jobs:
with:
author_name: GitHub Actions
author_email: [email protected]
add: STATUS.md
add: STATUS.md .github/STATUSDATE
message: "docs: automated status update [skip ci]"
push: true
commit: --signoff
Expand Down
7 changes: 0 additions & 7 deletions .later.yml

This file was deleted.

0 comments on commit 136b602

Please sign in to comment.