triggered by push from user pabloscloud #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Fastlane | |
run-name: triggered by ${{ github.event_name }} from user ${{ github.actor }} | |
on: [push] | |
jobs: | |
Fastlane: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Set Fastlane Metadata Directory | |
run: echo "INPUT_FASTLANEDIR=./fastlane/metadata" >> $GITHUB_ENV | |
- name: Validate Fastlane Supply Metadata | |
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2 |