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

Commit

Permalink
refqctor(actions): update to new synthax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur committed Aug 17, 2019
1 parent e106fa9 commit d9d86c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/main.workflow

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,19 @@
name: Notification on push

on:
push:
branches:
- master

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Slack notification
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
uses: Ilshidur/action-slack@master
with:
args: 'A new commit has been pushed to Ilshidur/action-slack.'

0 comments on commit d9d86c0

Please sign in to comment.