Skip to content

Commit

Permalink
fix: workflow syntax for weekly reminder (knative#8115)
Browse files Browse the repository at this point in the history
fix: workflow syntax

Signed-off-by: Calum Murray <cmurray@redhat.com>
  • Loading branch information
Cali0707 authored Jul 26, 2024
1 parent d7708f9 commit 1aa3407
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/weekly-office-hours-slack-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: 'Weekly Eventing WG Office Hours Slack Reminder"
name: 'Weekly Eventing WG Office Hours Slack Reminder'

on:
workflow_dispatch:
Expand All @@ -23,7 +23,6 @@ jobs:
remind:
name: weekly-eventing-office-hours-reminder
runs-on: 'ubuntu-latest'

steps:
- name: Post reminder to Slack
uses: rtCamp/action-slack-notify@v2.2.1
Expand Down

0 comments on commit 1aa3407

Please sign in to comment.