Skip to content

Commit

Permalink
fix: add date to deprecation msg
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored Jul 15, 2024
1 parent 5ecbd57 commit 690f245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Warn about workflow removal
run: |
echo "::warning title=Deprecating style-description workflow::The style-description reusable workflow will soon be deprecated. Use ghactions4r::use_style_and_document() instead to set up a replacement with additional functionality."
echo "::warning title=Deprecating style-description workflow::The style-description reusable workflow will be deprecated on 5 December 2024. Use ghactions4r::use_style_and_document() instead to set up a replacement with additional functionality."
- name: Install curl dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style-r-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Warn about workflow removal
run: |
echo "::warning title=Deprecating style-r-code workflow::The style-r-code reusable workflow will soon be deprecated. Use ghactions4r::use_style_and_document() instead to set up a replacement with additional functionality."
echo "::warning title=Deprecating style-r-code workflow::The style-r-code reusable workflow will be deprecated on 5 December 2024. Use ghactions4r::use_style_and_document() instead to set up a replacement with additional functionality."
- uses: r-lib/actions/setup-r@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-roxygen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Warn about workflow removal
run: |
echo "::warning title=Deprecating update-roxygen-docs workflow::The update-roxygen-docs reusable workflow will soon be deprecated. Use ghactions4r::use_style_and_document() instead to set up a replacement with additional functionality."
echo "::warning title=Deprecating update-roxygen-docs workflow::The update-roxygen-docs reusable workflow will be deprecated on 5 December 2024. Use ghactions4r::use_style_and_document() instead to set up a replacement with additional functionality."
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 690f245

Please # to comment.