Skip to content

Commit

Permalink
💬 #81 - Workflow File Updated / ⚡ Triggered By varunsridharan/.workfl…
Browse files Browse the repository at this point in the history
…ows@cd6eb3b7e98c68e317bb4c3bbfd7a81c8a6a1c81
  • Loading branch information
GH Actions Workflow Sync Bot committed Sep 30, 2020
1 parent 3f019ca commit a4e5147
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- master
- main
paths:
- '**.php'

Expand All @@ -16,15 +17,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📥 Fetching Repository Contents"
uses: actions/checkout@master
uses: actions/checkout@main

- name: "💾 Github Repository Metadata"
uses: varunsridharan/action-repository-meta@master
uses: varunsridharan/action-repository-meta@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "💫 VS Utility"
uses: varunsridharan/action-vs-utility@master
uses: varunsridharan/action-vs-utility@main

- name: "âš¡ Repository - Before Hook"
run: |
Expand Down

0 comments on commit a4e5147

Please sign in to comment.