PHP Classes

File: .github/workflows/UpdateContributors.yml

Recommend this page to a friend!
  Classes of Sascha Greuel   PHP JSON Path   .github/workflows/UpdateContributors.yml   Download  
File: .github/workflows/UpdateContributors.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Path
Query values from data structures like XPATH
Author: By
Last change: Updated workflows
Date: 2 years ago
Size: 416 bytes
 

Contents

Class file image Download
--- name: Update Contributors on: [ push, workflow_dispatch] jobs: Update: runs-on: ubuntu-latest steps: - name: Git checkout uses: actions/checkout@v2.3.4 - name: Update Contributors uses: BobAnkh/add-contributors@v0.0.8 with: REPO_NAME: 'SoftCreatR/JSONPath' CONTRIBUTOR: '## Contributors ?' ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}