Skip to content

Commit

Permalink
Merge pull request #1 from ekwaly/ekwaly-patch-1
Browse files Browse the repository at this point in the history
Update documentation.yml
  • Loading branch information
ekwaly authored Oct 24, 2024
2 parents 7e8c6f4 + 5f14b32 commit 2a5a228
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
pull_request:
branches: main
name: Error
run-name: Error is testing out GitHub Actions 🚀
on:
workflow_dispatch:
inputs:
url_data:
description: 'URL from where get map data'
required: true
method_name:
description: 'Name of the method to apply'
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "BIIIIIP Wrong Action..."

0 comments on commit 2a5a228

Please # to comment.