Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler887 authored Jan 21, 2022
1 parent 40f1ee6 commit 0cf04df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Python Script in Actions

description: "Create an action in Python"
branding:
icon: 'terminal'
color: 'blue'
on: push

jobs:
Expand All @@ -20,6 +23,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: ${{ env.OWNER }}/${{ env.REPO }}
path: ${{ github.events.input.path }}
- name: Run Python action
run: |
cd D:\a\${{ env.REPO }}/${{ env.REPO }}
Expand Down

0 comments on commit 0cf04df

Please sign in to comment.